#66B2F7

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

Shades of Maya Blue #66B2F7

Tints of Maya Blue #66B2F7

Color information

#66B2F7 (or 0x66B2F7) is unknown color: approx Maya Blue. HEX triplet: 66, B2 and F7. RGB value is (102,178,247). Sum of RGB (Red+Green+Blue) = 102+178+247=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #66B2F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B2F7 is #994D08. Grayscale: #A2A2A2. Windows color (decimal): -10046729 or 16233062. OLE color: 16233062.

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

Color convert

RGB102178247-
CMYK0.590.2800.03
HSL208.55º90.06%68.43%-
HSV(B)208.55º58.7%96.86%-
XYZ38.1941.3893.97-
YUV163.14175.3284.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.35%
GREEN value IS 178 (69.92% from 255) = 33.78%
BLUE value IS 247 (96.88% from 255) = 46.87%
R=19.35%
G=33.78%
B=46.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1021782470.590.2800.03208.5590.0668.43
Hex66B2F73B1C03d15a44
Octal146262367733403321132104
Binary11001101011001011110111111011111000111101000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,178,247); }

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

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

 a { background-color: rgb(102,178,247); }

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

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

 span { border-color: rgb(102,178,247); }

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