#66B8FE

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

Shades of Maya Blue #66B8FE

Tints of Maya Blue #66B8FE

Color information

#66B8FE (or 0x66B8FE) is unknown color: approx Maya Blue. HEX triplet: 66, B8 and FE. RGB value is (102,184,254). Sum of RGB (Red+Green+Blue) = 102+184+254=540 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.89% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #66B8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B8FE is #994701. Grayscale: #A7A7A7. Windows color (decimal): -10045186 or 16693350. OLE color: 16693350.

HSL color Cylindrical-coordinate representation of color #66B8FE: hue angle of 207.63º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66B8FE is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB102184254-
CMYK0.600.2800.00
HSL207.63º98.7%69.8%-
HSV(B)207.63º59.84%99.61%-
XYZ40.5144.26100.17-
YUV167.46176.8381.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.89%
GREEN value IS 184 (72.27% from 255) = 34.07%
BLUE value IS 254 (99.61% from 255) = 47.04%
R=18.89%
G=34.07%
B=47.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1021842540.600.2800.00207.6398.769.8
Hex66B8FE3C1C00d06346
Octal146270376743400320143106
Binary1100110101110001111111011110011100001101000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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