#69CAFC

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

Shades of Maya Blue #69CAFC

Tints of Maya Blue #69CAFC

Color information

#69CAFC (or 0x69CAFC) is unknown color: approx Maya Blue. HEX triplet: 69, CA and FC. RGB value is (105,202,252). Sum of RGB (Red+Green+Blue) = 105+202+252=559 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.78% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #69CAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CAFC is #963503. Grayscale: #B2B2B2. Windows color (decimal): -9843972 or 16566889. OLE color: 16566889.

HSL color Cylindrical-coordinate representation of color #69CAFC: hue angle of 200.41º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69CAFC is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105202252-
CMYK0.580.2000.01
HSL200.41º96.08%70%-
HSV(B)200.41º58.33%98.82%-
XYZ44.5252.2799.84-
YUV178.7169.3675.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.78%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 252 (98.83% from 255) = 45.08%
R=18.78%
G=36.14%
B=45.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052022520.580.2000.01200.4196.0870
Hex69CAFC3A1401c86046
Octal151312374722401310140106
Binary1101001110010101111110011101010100011100100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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