#66C7F4

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

Shades of Maya Blue #66C7F4

Tints of Maya Blue #66C7F4

Color information

#66C7F4 (or 0x66C7F4) is unknown color: approx Maya Blue. HEX triplet: 66, C7 and F4. RGB value is (102,199,244). Sum of RGB (Red+Green+Blue) = 102+199+244=545 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.72% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #66C7F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C7F4 is #99380B. Grayscale: #AEAEAE. Windows color (decimal): -10041356 or 16041830. OLE color: 16041830.

HSL color Cylindrical-coordinate representation of color #66C7F4: hue angle of 199.01º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66C7F4 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102199244-
CMYK0.580.1800.04
HSL199.01º86.59%67.84%-
HSV(B)199.01º58.2%95.69%-
XYZ42.2350.293.05-
YUV175.13166.8675.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.72%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 244 (95.70% from 255) = 44.77%
R=18.72%
G=36.51%
B=44.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1021992440.580.1800.04199.0186.5967.84
Hex66C7F43A1204c75744
Octal146307364722204307127104
Binary110011011000111111101001110101001001001100011110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,199,244); }

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

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

 a { background-color: rgb(102,199,244); }

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

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

 span { border-color: rgb(102,199,244); }

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