#66CBFE

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

Shades of Maya Blue #66CBFE

Tints of Maya Blue #66CBFE

Color information

#66CBFE (or 0x66CBFE) is unknown color: approx Maya Blue. HEX triplet: 66, CB and FE. RGB value is (102,203,254). Sum of RGB (Red+Green+Blue) = 102+203+254=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #66CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CBFE is #993401. Grayscale: #B2B2B2. Windows color (decimal): -10040322 or 16698214. OLE color: 16698214.

HSL color Cylindrical-coordinate representation of color #66CBFE: hue angle of 200.13º 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 #66CBFE is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB102203254-
CMYK0.600.2000.00
HSL200.13º98.7%69.8%-
HSV(B)200.13º59.84%99.61%-
XYZ44.7252.69101.58-
YUV178.61170.5473.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.25%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=18.25%
G=36.31%
B=45.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1022032540.600.2000.00200.1398.769.8
Hex66CBFE3C1400c86346
Octal146313376742400310143106
Binary1100110110010111111111011110010100001100100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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