#66C1FE

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

Shades of Maya Blue #66C1FE

Tints of Maya Blue #66C1FE

Color information

#66C1FE (or 0x66C1FE) is unknown color: approx Maya Blue. HEX triplet: 66, C1 and FE. RGB value is (102,193,254). Sum of RGB (Red+Green+Blue) = 102+193+254=549 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.58% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #66C1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C1FE is #993E01. Grayscale: #ACACAC. Windows color (decimal): -10042882 or 16695654. OLE color: 16695654.

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

Color convert

RGB102193254-
CMYK0.600.2400.00
HSL204.08º98.7%69.8%-
HSV(B)204.08º59.84%99.61%-
XYZ42.4448.12100.82-
YUV172.74173.8577.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.58%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=18.58%
G=35.15%
B=46.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1021932540.600.2400.00204.0898.769.8
Hex66C1FE3C1800cc6346
Octal146301376743000314143106
Binary1100110110000011111111011110011000001100110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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