#66BBF7

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

Shades of Maya Blue #66BBF7

Tints of Maya Blue #66BBF7

Color information

#66BBF7 (or 0x66BBF7) is unknown color: approx Maya Blue. HEX triplet: 66, BB and F7. RGB value is (102,187,247). Sum of RGB (Red+Green+Blue) = 102+187+247=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #66BBF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BBF7 is #994408. Grayscale: #A8A8A8. Windows color (decimal): -10044425 or 16235366. OLE color: 16235366.

HSL color Cylindrical-coordinate representation of color #66BBF7: hue angle of 204.83º 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 #66BBF7 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB102187247-
CMYK0.590.2400.03
HSL204.83º90.06%68.43%-
HSV(B)204.83º58.7%96.86%-
XYZ40.0445.0894.59-
YUV168.42172.3480.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.03%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 247 (96.88% from 255) = 46.08%
R=19.03%
G=34.89%
B=46.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1021872470.590.2400.03204.8390.0668.43
Hex66BBF73B1803cd5a44
Octal146273367733003315132104
Binary11001101011101111110111111011110000111100110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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