#69CAF3

Color #69CAF3 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #69CAF3

Tints of Maya Blue #69CAF3

Color information

#69CAF3 (or 0x69CAF3) is unknown color: approx Maya Blue. HEX triplet: 69, CA and F3. RGB value is (105,202,243). Sum of RGB (Red+Green+Blue) = 105+202+243=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #69CAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CAF3 is #96350C. Grayscale: #B1B1B1. Windows color (decimal): -9843981 or 15977065. OLE color: 15977065.

HSL color Cylindrical-coordinate representation of color #69CAF3: hue angle of 197.83º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69CAF3 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105202243-
CMYK0.570.1700.05
HSL197.83º85.19%68.24%-
HSV(B)197.83º56.79%95.29%-
XYZ43.1251.7292.5-
YUV177.67164.8676.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 19.09%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 243 (95.31% from 255) = 44.18%
R=19.09%
G=36.73%
B=44.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052022430.570.1700.05197.8385.1968.24
Hex69CAF3391105c65544
Octal151312363712105306125104
Binary110100111001010111100111110011000101011100011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69CAF3; }

 p { color: rgb(105,202,243); }

 H1.HeaderClassName
 {
   color: #69CAF3;
 }
 .AnyTagClassName
 {
   color: #69CAF3;
 }
</style>
background-color css

<style>
 a { background-color: #69CAF3; }

 a { background-color: rgb(105,202,243); }

 div.DivClassName
 {
   background-color: #69CAF3;
 }
 .BgClassName
 {
   background-color: #69CAF3;
 }
</style>
border-color css

<style>
 span { border-color: #69CAF3; }

 span { border-color: rgb(105,202,243); }

 td.TdClassName
 {
   border-color: #69CAF3;
 }
 .TagClassName
 {
   border-color: #69CAF3;
 }
</style>