Shades of Maya Blue #66CFF9
Tints of Maya Blue #66CFF9
RGB
CMYK
RGB Variations
Color information
#66CFF9 (or 0x66CFF9) is known color: Maya Blue. HEX triplet: 66, CF and F9. RGB value is (102,207,249). Sum of RGB (Red+Green+Blue) = 102+207+249=558 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.28% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #66CFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CFF9 is #993006. Grayscale: #B4B4B4. Windows color (decimal): -10039303 or 16371558. OLE color: 16371558.
HSL color Cylindrical-coordinate representation of color #66CFF9: hue angle of 197.14º 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 #66CFF9 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 207 | 249 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.02 |
| HSL | 197.14º | 0.92% | 0.69% | - |
| HSV(B) | 197.14º | 0.59% | 0.98% | - |
| XYZ | 44.89 | 54.29 | 97.74 | - |
| YUV | 180.39 | 166.71 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 249 | 0.59 | 0.17 | 0 | 0.02 | 197.14 | 0.92 | 0.69 |
| Hex | 66 | CF | F9 | 3B | 11 | 0 | 2 | C5 | 5C | 45 |
| Octal | 146 | 317 | 371 | 73 | 21 | 0 | 2 | 305 | 134 | 105 |
| Binary | 1100110 | 11001111 | 11111001 | 111011 | 10001 | 0 | 10 | 11000101 | 1011100 | 1000101 |
Color Harmonies of #66CFF9
Complementary color
Monochromatic Colors of #66CFF9
Black with #66CFF9
Text Example
Text Example
White with #66CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFF9; }
p { color: rgb(102,207,249); }
H1.HeaderClassName
{
color: #66CFF9;
}
.AnyTagClassName
{
color: #66CFF9;
}
</style>
background-color css
<style>
a { background-color: #66CFF9; }
a { background-color: rgb(102,207,249); }
div.DivClassName
{
background-color: #66CFF9;
}
.BgClassName
{
background-color: #66CFF9;
}
</style>
border-color css
<style>
span { border-color: #66CFF9; }
span { border-color: rgb(102,207,249); }
td.TdClassName
{
border-color: #66CFF9;
}
.TagClassName
{
border-color: #66CFF9;
}
</style>