#66BBFC

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

Shades of Maya Blue #66BBFC

Tints of Maya Blue #66BBFC

Color information

#66BBFC (or 0x66BBFC) is unknown color: approx Maya Blue. HEX triplet: 66, BB and FC. RGB value is (102,187,252). Sum of RGB (Red+Green+Blue) = 102+187+252=541 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.85% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #66BBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BBFC is #994403. Grayscale: #A8A8A8. Windows color (decimal): -10044420 or 16563046. OLE color: 16563046.

HSL color Cylindrical-coordinate representation of color #66BBFC: hue angle of 206º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66BBFC is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102187252-
CMYK0.600.2600.01
HSL206º96.15%69.41%-
HSV(B)206º59.52%98.82%-
XYZ40.8245.3998.71-
YUV169174.8480.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.85%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=18.85%
G=34.57%
B=46.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1021872520.600.2600.0120696.1569.41
Hex66BBFC3C1A01ce6045
Octal146273374743201316140105
Binary1100110101110111111110011110011010011100111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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