#69C5F2

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

Shades of Maya Blue #69C5F2

Tints of Maya Blue #69C5F2

Color information

#69C5F2 (or 0x69C5F2) is unknown color: approx Maya Blue. HEX triplet: 69, C5 and F2. RGB value is (105,197,242). Sum of RGB (Red+Green+Blue) = 105+197+242=544 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.30% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #69C5F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C5F2 is #963A0D. Grayscale: #AEAEAE. Windows color (decimal): -9845262 or 15910249. OLE color: 15910249.

HSL color Cylindrical-coordinate representation of color #69C5F2: hue angle of 199.71º degrees, saturation: 0.84, 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 #69C5F2 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105197242-
CMYK0.570.1900.05
HSL199.71º84.05%68.04%-
HSV(B)199.71º56.61%94.9%-
XYZ41.8249.3591.33-
YUV174.62166.0278.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.30%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 242 (94.92% from 255) = 44.49%
R=19.30%
G=36.21%
B=44.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051972420.570.1900.05199.7184.0568.04
Hex69C5F2391305c85444
Octal151305362712305310124104
Binary110100111000101111100101110011001101011100100010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,197,242); }

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

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

 a { background-color: rgb(105,197,242); }

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

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

 span { border-color: rgb(105,197,242); }

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