#66CAF8

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

Shades of Maya Blue #66CAF8

Tints of Maya Blue #66CAF8

Color information

#66CAF8 (or 0x66CAF8) is unknown color: approx Maya Blue. HEX triplet: 66, CA and F8. RGB value is (102,202,248). Sum of RGB (Red+Green+Blue) = 102+202+248=552 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.48% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #66CAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CAF8 is #993507. Grayscale: #B1B1B1. Windows color (decimal): -10040584 or 16304742. OLE color: 16304742.

HSL color Cylindrical-coordinate representation of color #66CAF8: hue angle of 198.9º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66CAF8 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB102202248-
CMYK0.590.1900.03
HSL198.9º91.25%68.63%-
HSV(B)198.9º58.87%97.25%-
XYZ43.5451.8496.52-
YUV177.34167.8774.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.48%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 248 (97.27% from 255) = 44.93%
R=18.48%
G=36.59%
B=44.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1022022480.590.1900.03198.991.2568.63
Hex66CAF83B1303c75b45
Octal146312370732303307133105
Binary11001101100101011111000111011100110111100011110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66CAF8; }

 p { color: rgb(102,202,248); }

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

<style>
 a { background-color: #66CAF8; }

 a { background-color: rgb(102,202,248); }

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

<style>
 span { border-color: #66CAF8; }

 span { border-color: rgb(102,202,248); }

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