Shades of Maya Blue #66CFF7
Tints of Maya Blue #66CFF7
RGB
CMYK
RGB Variations
Color information
#66CFF7 (or 0x66CFF7) is known color: Maya Blue. HEX triplet: 66, CF and F7. RGB value is (102,207,247). Sum of RGB (Red+Green+Blue) = 102+207+247=556 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.35% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #66CFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CFF7 is #993008. Grayscale: #B3B3B3. Windows color (decimal): -10039305 or 16240486. OLE color: 16240486.
HSL color Cylindrical-coordinate representation of color #66CFF7: hue angle of 196.55º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66CFF7 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 207 | 247 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.03 |
| HSL | 196.55º | 0.9% | 0.68% | - |
| HSV(B) | 196.55º | 0.59% | 0.97% | - |
| XYZ | 44.58 | 54.17 | 96.1 | - |
| YUV | 180.17 | 165.71 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 247 | 0.59 | 0.16 | 0 | 0.03 | 196.55 | 0.9 | 0.68 |
| Hex | 66 | CF | F7 | 3B | 10 | 0 | 3 | C5 | 5A | 44 |
| Octal | 146 | 317 | 367 | 73 | 20 | 0 | 3 | 305 | 132 | 104 |
| Binary | 1100110 | 11001111 | 11110111 | 111011 | 10000 | 0 | 11 | 11000101 | 1011010 | 1000100 |
Color Harmonies of #66CFF7
Complementary color
Monochromatic Colors of #66CFF7
Black with #66CFF7
Text Example
Text Example
White with #66CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFF7; }
p { color: rgb(102,207,247); }
H1.HeaderClassName
{
color: #66CFF7;
}
.AnyTagClassName
{
color: #66CFF7;
}
</style>
background-color css
<style>
a { background-color: #66CFF7; }
a { background-color: rgb(102,207,247); }
div.DivClassName
{
background-color: #66CFF7;
}
.BgClassName
{
background-color: #66CFF7;
}
</style>
border-color css
<style>
span { border-color: #66CFF7; }
span { border-color: rgb(102,207,247); }
td.TdClassName
{
border-color: #66CFF7;
}
.TagClassName
{
border-color: #66CFF7;
}
</style>