#66B8FF

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

Shades of Maya Blue #66B8FF

Tints of Maya Blue #66B8FF

Color information

#66B8FF (or 0x66B8FF) is unknown color: approx Maya Blue. HEX triplet: 66, B8 and FF. RGB value is (102,184,255). Sum of RGB (Red+Green+Blue) = 102+184+255=541 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.85% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #66B8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B8FF is #994700. Grayscale: #A7A7A7. Windows color (decimal): -10045185 or 16758886. OLE color: 16758886.

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

Color convert

RGB102184255-
CMYK0.60.2800
HSL207.84º100%70%-
HSV(B)207.84º60%100%-
XYZ40.6744.33101.02-
YUV167.58177.3381.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.85%
GREEN value IS 184 (72.27% from 255) = 34.01%
BLUE value IS 255 (100% from 255) = 47.13%
R=18.85%
G=34.01%
B=47.13%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021842550.60.2800207.8410070
Hex66B8FF3C1C00d06446
Octal146270377743400320144106
Binary1100110101110001111111111110011100001101000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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