#66B4FF

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

Shades of Maya Blue #66B4FF

Tints of Maya Blue #66B4FF

Color information

#66B4FF (or 0x66B4FF) is unknown color: approx Maya Blue. HEX triplet: 66, B4 and FF. RGB value is (102,180,255). Sum of RGB (Red+Green+Blue) = 102+180+255=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #66B4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B4FF is #994B00. Grayscale: #A4A4A4. Windows color (decimal): -10046209 or 16757862. OLE color: 16757862.

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

Color convert

RGB102180255-
CMYK0.60.2900
HSL209.41º100%70%-
HSV(B)209.41º60%100%-
XYZ39.8542.69100.75-
YUV165.23178.6682.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.99%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 255 (100% from 255) = 47.49%
R=18.99%
G=33.52%
B=47.49%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021802550.60.2900209.4110070
Hex66B4FF3C1D00d16446
Octal146264377743500321144106
Binary1100110101101001111111111110011101001101000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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