Shades of Maya Blue #65CFF6
Tints of Maya Blue #65CFF6
RGB
CMYK
RGB Variations
Color information
#65CFF6 (or 0x65CFF6) is known color: Maya Blue. HEX triplet: 65, CF and F6. RGB value is (101,207,246). Sum of RGB (Red+Green+Blue) = 101+207+246=554 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.23% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #65CFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFF6 is #9A3009. Grayscale: #B3B3B3. Windows color (decimal): -10104842 or 16174949. OLE color: 16174949.
HSL color Cylindrical-coordinate representation of color #65CFF6: hue angle of 196.14º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65CFF6 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 207 | 246 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.04 |
| HSL | 196.14º | 0.89% | 0.68% | - |
| HSV(B) | 196.14º | 0.59% | 0.96% | - |
| XYZ | 44.31 | 54.05 | 95.29 | - |
| YUV | 179.75 | 165.38 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 246 | 0.59 | 0.16 | 0 | 0.04 | 196.14 | 0.89 | 0.68 |
| Hex | 65 | CF | F6 | 3B | 10 | 0 | 4 | C4 | 59 | 44 |
| Octal | 145 | 317 | 366 | 73 | 20 | 0 | 4 | 304 | 131 | 104 |
| Binary | 1100101 | 11001111 | 11110110 | 111011 | 10000 | 0 | 100 | 11000100 | 1011001 | 1000100 |
Color Harmonies of #65CFF6
Complementary color
Monochromatic Colors of #65CFF6
Black with #65CFF6
Text Example
Text Example
White with #65CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFF6; }
p { color: rgb(101,207,246); }
H1.HeaderClassName
{
color: #65CFF6;
}
.AnyTagClassName
{
color: #65CFF6;
}
</style>
background-color css
<style>
a { background-color: #65CFF6; }
a { background-color: rgb(101,207,246); }
div.DivClassName
{
background-color: #65CFF6;
}
.BgClassName
{
background-color: #65CFF6;
}
</style>
border-color css
<style>
span { border-color: #65CFF6; }
span { border-color: rgb(101,207,246); }
td.TdClassName
{
border-color: #65CFF6;
}
.TagClassName
{
border-color: #65CFF6;
}
</style>