#66B1FB

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

Shades of Maya Blue #66B1FB

Tints of Maya Blue #66B1FB

Color information

#66B1FB (or 0x66B1FB) is unknown color: approx Maya Blue. HEX triplet: 66, B1 and FB. RGB value is (102,177,251). Sum of RGB (Red+Green+Blue) = 102+177+251=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #66B1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B1FB is #994E04. Grayscale: #A2A2A2. Windows color (decimal): -10046981 or 16494950. OLE color: 16494950.

HSL color Cylindrical-coordinate representation of color #66B1FB: hue angle of 209.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66B1FB is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102177251-
CMYK0.590.2900.02
HSL209.8º94.9%69.22%-
HSV(B)209.8º59.36%98.43%-
XYZ38.6141.2397.19-
YUV163.01177.6584.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.25%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=19.25%
G=33.40%
B=47.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1021772510.590.2900.02209.894.969.22
Hex66B1FB3B1D02d25f45
Octal146261373733502322137105
Binary11001101011000111111011111011111010101101001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,177,251); }

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

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

 a { background-color: rgb(102,177,251); }

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

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

 span { border-color: rgb(102,177,251); }

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