#66B3FF

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

Shades of Maya Blue #66B3FF

Tints of Maya Blue #66B3FF

Color information

#66B3FF (or 0x66B3FF) is unknown color: approx Maya Blue. HEX triplet: 66, B3 and FF. RGB value is (102,179,255). Sum of RGB (Red+Green+Blue) = 102+179+255=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #66B3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B3FF is #994C00. Grayscale: #A4A4A4. Windows color (decimal): -10046465 or 16757606. OLE color: 16757606.

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

Color convert

RGB102179255-
CMYK0.60.3000
HSL209.8º100%70%-
HSV(B)209.8º60%100%-
XYZ39.6542.28100.68-
YUV164.64178.9983.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.03%
GREEN value IS 179 (70.31% from 255) = 33.40%
BLUE value IS 255 (100% from 255) = 47.57%
R=19.03%
G=33.40%
B=47.57%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021792550.60.3000209.810070
Hex66B3FF3C1E00d26446
Octal146263377743600322144106
Binary1100110101100111111111111110011110001101001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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