Shades of Maya Blue #66CAF1
Tints of Maya Blue #66CAF1
RGB
CMYK
RGB Variations
Color information
#66CAF1 (or 0x66CAF1) is known color: Maya Blue. HEX triplet: 66, CA and F1. RGB value is (102,202,241). Sum of RGB (Red+Green+Blue) = 102+202+241=545 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.72% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #66CAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CAF1 is #99350E. Grayscale: #B0B0B0. Windows color (decimal): -10040591 or 15845990. OLE color: 15845990.
HSL color Cylindrical-coordinate representation of color #66CAF1: hue angle of 196.83º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66CAF1 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 202 | 241 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.05 |
| HSL | 196.83º | 0.83% | 0.67% | - |
| HSV(B) | 196.83º | 0.58% | 0.95% | - |
| XYZ | 42.48 | 51.42 | 90.9 | - |
| YUV | 176.55 | 164.37 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 241 | 0.58 | 0.16 | 0 | 0.05 | 196.83 | 0.83 | 0.67 |
| Hex | 66 | CA | F1 | 3A | 10 | 0 | 5 | C5 | 53 | 43 |
| Octal | 146 | 312 | 361 | 72 | 20 | 0 | 5 | 305 | 123 | 103 |
| Binary | 1100110 | 11001010 | 11110001 | 111010 | 10000 | 0 | 101 | 11000101 | 1010011 | 1000011 |
Color Harmonies of #66CAF1
Complementary color
Monochromatic Colors of #66CAF1
Black with #66CAF1
Text Example
Text Example
White with #66CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CAF1; }
p { color: rgb(102,202,241); }
H1.HeaderClassName
{
color: #66CAF1;
}
.AnyTagClassName
{
color: #66CAF1;
}
</style>
background-color css
<style>
a { background-color: #66CAF1; }
a { background-color: rgb(102,202,241); }
div.DivClassName
{
background-color: #66CAF1;
}
.BgClassName
{
background-color: #66CAF1;
}
</style>
border-color css
<style>
span { border-color: #66CAF1; }
span { border-color: rgb(102,202,241); }
td.TdClassName
{
border-color: #66CAF1;
}
.TagClassName
{
border-color: #66CAF1;
}
</style>