Shades of Maya Blue #65CFF7
Tints of Maya Blue #65CFF7
RGB
CMYK
RGB Variations
Color information
#65CFF7 (or 0x65CFF7) is known color: Maya Blue. HEX triplet: 65, CF and F7. RGB value is (101,207,247). Sum of RGB (Red+Green+Blue) = 101+207+247=555 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.20% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #65CFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFF7 is #9A3008. Grayscale: #B3B3B3. Windows color (decimal): -10104841 or 16240485. OLE color: 16240485.
HSL color Cylindrical-coordinate representation of color #65CFF7: hue angle of 196.44º 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 #65CFF7 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 207 | 247 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.03 |
| HSL | 196.44º | 0.9% | 0.68% | - |
| HSV(B) | 196.44º | 0.59% | 0.97% | - |
| XYZ | 44.47 | 54.11 | 96.1 | - |
| YUV | 179.87 | 165.88 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 247 | 0.59 | 0.16 | 0 | 0.03 | 196.44 | 0.9 | 0.68 |
| Hex | 65 | CF | F7 | 3B | 10 | 0 | 3 | C4 | 5A | 44 |
| Octal | 145 | 317 | 367 | 73 | 20 | 0 | 3 | 304 | 132 | 104 |
| Binary | 1100101 | 11001111 | 11110111 | 111011 | 10000 | 0 | 11 | 11000100 | 1011010 | 1000100 |
Color Harmonies of #65CFF7
Complementary color
Monochromatic Colors of #65CFF7
Black with #65CFF7
Text Example
Text Example
White with #65CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFF7; }
p { color: rgb(101,207,247); }
H1.HeaderClassName
{
color: #65CFF7;
}
.AnyTagClassName
{
color: #65CFF7;
}
</style>
background-color css
<style>
a { background-color: #65CFF7; }
a { background-color: rgb(101,207,247); }
div.DivClassName
{
background-color: #65CFF7;
}
.BgClassName
{
background-color: #65CFF7;
}
</style>
border-color css
<style>
span { border-color: #65CFF7; }
span { border-color: rgb(101,207,247); }
td.TdClassName
{
border-color: #65CFF7;
}
.TagClassName
{
border-color: #65CFF7;
}
</style>