Shades of Maya Blue #66CFF8
Tints of Maya Blue #66CFF8
RGB
CMYK
RGB Variations
Color information
#66CFF8 (or 0x66CFF8) is known color: Maya Blue. HEX triplet: 66, CF and F8. RGB value is (102,207,248). Sum of RGB (Red+Green+Blue) = 102+207+248=557 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.31% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #66CFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CFF8 is #993007. Grayscale: #B4B4B4. Windows color (decimal): -10039304 or 16306022. OLE color: 16306022.
HSL color Cylindrical-coordinate representation of color #66CFF8: hue angle of 196.85º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66CFF8 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 207 | 248 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.03 |
| HSL | 196.85º | 0.91% | 0.69% | - |
| HSV(B) | 196.85º | 0.59% | 0.97% | - |
| XYZ | 44.74 | 54.23 | 96.92 | - |
| YUV | 180.28 | 166.21 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 248 | 0.59 | 0.17 | 0 | 0.03 | 196.85 | 0.91 | 0.69 |
| Hex | 66 | CF | F8 | 3B | 11 | 0 | 3 | C5 | 5B | 45 |
| Octal | 146 | 317 | 370 | 73 | 21 | 0 | 3 | 305 | 133 | 105 |
| Binary | 1100110 | 11001111 | 11111000 | 111011 | 10001 | 0 | 11 | 11000101 | 1011011 | 1000101 |
Color Harmonies of #66CFF8
Complementary color
Monochromatic Colors of #66CFF8
Black with #66CFF8
Text Example
Text Example
White with #66CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFF8; }
p { color: rgb(102,207,248); }
H1.HeaderClassName
{
color: #66CFF8;
}
.AnyTagClassName
{
color: #66CFF8;
}
</style>
background-color css
<style>
a { background-color: #66CFF8; }
a { background-color: rgb(102,207,248); }
div.DivClassName
{
background-color: #66CFF8;
}
.BgClassName
{
background-color: #66CFF8;
}
</style>
border-color css
<style>
span { border-color: #66CFF8; }
span { border-color: rgb(102,207,248); }
td.TdClassName
{
border-color: #66CFF8;
}
.TagClassName
{
border-color: #66CFF8;
}
</style>