#66BBFF

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

Shades of Maya Blue #66BBFF

Tints of Maya Blue #66BBFF

Color information

#66BBFF (or 0x66BBFF) is unknown color: approx Maya Blue. HEX triplet: 66, BB and FF. RGB value is (102,187,255). Sum of RGB (Red+Green+Blue) = 102+187+255=544 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.75% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #66BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BBFF is #994400. Grayscale: #A8A8A8. Windows color (decimal): -10044417 or 16759654. OLE color: 16759654.

HSL color Cylindrical-coordinate representation of color #66BBFF: hue angle of 206.67º 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 #66BBFF is Cyan = 0.6, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102187255-
CMYK0.60.2700
HSL206.67º100%70%-
HSV(B)206.67º60%100%-
XYZ41.345.59101.23-
YUV169.34176.3479.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.75%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 255 (100% from 255) = 46.88%
R=18.75%
G=34.38%
B=46.88%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021872550.60.2700206.6710070
Hex66BBFF3C1B00cf6446
Octal146273377743300317144106
Binary1100110101110111111111111110011011001100111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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