Shades of Maya Blue #66D1F9
Tints of Maya Blue #66D1F9
RGB
CMYK
RGB Variations
Color information
#66D1F9 (or 0x66D1F9) is known color: Maya Blue. HEX triplet: 66, D1 and F9. RGB value is (102,209,249). Sum of RGB (Red+Green+Blue) = 102+209+249=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #66D1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D1F9 is #992E06. Grayscale: #B5B5B5. Windows color (decimal): -10038791 or 16372070. OLE color: 16372070.
HSL color Cylindrical-coordinate representation of color #66D1F9: hue angle of 196.33º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66D1F9 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 209 | 249 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.02 |
| HSL | 196.33º | 0.92% | 0.69% | - |
| HSV(B) | 196.33º | 0.59% | 0.98% | - |
| XYZ | 45.38 | 55.27 | 97.9 | - |
| YUV | 181.57 | 166.05 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 209 | 249 | 0.59 | 0.16 | 0 | 0.02 | 196.33 | 0.92 | 0.69 |
| Hex | 66 | D1 | F9 | 3B | 10 | 0 | 2 | C4 | 5C | 45 |
| Octal | 146 | 321 | 371 | 73 | 20 | 0 | 2 | 304 | 134 | 105 |
| Binary | 1100110 | 11010001 | 11111001 | 111011 | 10000 | 0 | 10 | 11000100 | 1011100 | 1000101 |
Color Harmonies of #66D1F9
Complementary color
Monochromatic Colors of #66D1F9
Black with #66D1F9
Text Example
Text Example
White with #66D1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D1F9; }
p { color: rgb(102,209,249); }
H1.HeaderClassName
{
color: #66D1F9;
}
.AnyTagClassName
{
color: #66D1F9;
}
</style>
background-color css
<style>
a { background-color: #66D1F9; }
a { background-color: rgb(102,209,249); }
div.DivClassName
{
background-color: #66D1F9;
}
.BgClassName
{
background-color: #66D1F9;
}
</style>
border-color css
<style>
span { border-color: #66D1F9; }
span { border-color: rgb(102,209,249); }
td.TdClassName
{
border-color: #66D1F9;
}
.TagClassName
{
border-color: #66D1F9;
}
</style>