Shades of Maya Blue #66CAF4
Tints of Maya Blue #66CAF4
RGB
CMYK
RGB Variations
Color information
#66CAF4 (or 0x66CAF4) is known color: Maya Blue. HEX triplet: 66, CA and F4. RGB value is (102,202,244). Sum of RGB (Red+Green+Blue) = 102+202+244=548 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.61% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #66CAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CAF4 is #99350B. Grayscale: #B0B0B0. Windows color (decimal): -10040588 or 16042598. OLE color: 16042598.
HSL color Cylindrical-coordinate representation of color #66CAF4: hue angle of 197.75º 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 #66CAF4 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 202 | 244 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.04 |
| HSL | 197.75º | 0.87% | 0.68% | - |
| HSV(B) | 197.75º | 0.58% | 0.96% | - |
| XYZ | 42.93 | 51.6 | 93.28 | - |
| YUV | 176.89 | 165.87 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 244 | 0.58 | 0.17 | 0 | 0.04 | 197.75 | 0.87 | 0.68 |
| Hex | 66 | CA | F4 | 3A | 11 | 0 | 4 | C6 | 57 | 44 |
| Octal | 146 | 312 | 364 | 72 | 21 | 0 | 4 | 306 | 127 | 104 |
| Binary | 1100110 | 11001010 | 11110100 | 111010 | 10001 | 0 | 100 | 11000110 | 1010111 | 1000100 |
Color Harmonies of #66CAF4
Complementary color
Monochromatic Colors of #66CAF4
Black with #66CAF4
Text Example
Text Example
White with #66CAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CAF4; }
p { color: rgb(102,202,244); }
H1.HeaderClassName
{
color: #66CAF4;
}
.AnyTagClassName
{
color: #66CAF4;
}
</style>
background-color css
<style>
a { background-color: #66CAF4; }
a { background-color: rgb(102,202,244); }
div.DivClassName
{
background-color: #66CAF4;
}
.BgClassName
{
background-color: #66CAF4;
}
</style>
border-color css
<style>
span { border-color: #66CAF4; }
span { border-color: rgb(102,202,244); }
td.TdClassName
{
border-color: #66CAF4;
}
.TagClassName
{
border-color: #66CAF4;
}
</style>