#66B9FF

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

Shades of Maya Blue #66B9FF

Tints of Maya Blue #66B9FF

Color information

#66B9FF (or 0x66B9FF) is unknown color: approx Maya Blue. HEX triplet: 66, B9 and FF. RGB value is (102,185,255). Sum of RGB (Red+Green+Blue) = 102+185+255=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #66B9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B9FF is #994600. Grayscale: #A7A7A7. Windows color (decimal): -10044929 or 16759142. OLE color: 16759142.

HSL color Cylindrical-coordinate representation of color #66B9FF: hue angle of 207.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66B9FF is Cyan = 0.6, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102185255-
CMYK0.60.2700
HSL207.45º100%70%-
HSV(B)207.45º60%100%-
XYZ40.8844.74101.09-
YUV168.1617780.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.82%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 255 (100% from 255) = 47.05%
R=18.82%
G=34.13%
B=47.05%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021852550.60.2700207.4510070
Hex66B9FF3C1B00cf6446
Octal146271377743300317144106
Binary1100110101110011111111111110011011001100111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,185,255); }

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

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

 a { background-color: rgb(102,185,255); }

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

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

 span { border-color: rgb(102,185,255); }

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