#66CDF7

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

Shades of Maya Blue #66CDF7

Tints of Maya Blue #66CDF7

Color information

#66CDF7 (or 0x66CDF7) is unknown color: approx Maya Blue. HEX triplet: 66, CD and F7. RGB value is (102,205,247). Sum of RGB (Red+Green+Blue) = 102+205+247=554 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.41% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #66CDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CDF7 is #993208. Grayscale: #B2B2B2. Windows color (decimal): -10039817 or 16239974. OLE color: 16239974.

HSL color Cylindrical-coordinate representation of color #66CDF7: hue angle of 197.38º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66CDF7 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB102205247-
CMYK0.590.1700.03
HSL197.38º90.06%68.43%-
HSV(B)197.38º58.7%96.86%-
XYZ44.153.295.94-
YUV178.99166.3873.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.41%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 247 (96.88% from 255) = 44.58%
R=18.41%
G=37.00%
B=44.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1022052470.590.1700.03197.3890.0668.43
Hex66CDF73B1103c55a44
Octal146315367732103305132104
Binary11001101100110111110111111011100010111100010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,205,247); }

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

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

 a { background-color: rgb(102,205,247); }

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

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

 span { border-color: rgb(102,205,247); }

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