Shades of Maya Blue #65C0F6
Tints of Maya Blue #65C0F6
RGB
CMYK
RGB Variations
Color information
#65C0F6 (or 0x65C0F6) is known color: Maya Blue. HEX triplet: 65, C0 and F6. RGB value is (101,192,246). Sum of RGB (Red+Green+Blue) = 101+192+246=539 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.74% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #65C0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C0F6 is #9A3F09. Grayscale: #AAAAAA. Windows color (decimal): -10108682 or 16171109. OLE color: 16171109.
HSL color Cylindrical-coordinate representation of color #65C0F6: hue angle of 202.34º 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 #65C0F6 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 192 | 246 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.04 |
| HSL | 202.34º | 0.89% | 0.68% | - |
| HSV(B) | 202.34º | 0.59% | 0.96% | - |
| XYZ | 40.85 | 47.12 | 94.13 | - |
| YUV | 170.95 | 170.35 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 246 | 0.59 | 0.22 | 0 | 0.04 | 202.34 | 0.89 | 0.68 |
| Hex | 65 | C0 | F6 | 3B | 16 | 0 | 4 | CA | 59 | 44 |
| Octal | 145 | 300 | 366 | 73 | 26 | 0 | 4 | 312 | 131 | 104 |
| Binary | 1100101 | 11000000 | 11110110 | 111011 | 10110 | 0 | 100 | 11001010 | 1011001 | 1000100 |
Color Harmonies of #65C0F6
Complementary color
Monochromatic Colors of #65C0F6
Black with #65C0F6
Text Example
Text Example
White with #65C0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C0F6; }
p { color: rgb(101,192,246); }
H1.HeaderClassName
{
color: #65C0F6;
}
.AnyTagClassName
{
color: #65C0F6;
}
</style>
background-color css
<style>
a { background-color: #65C0F6; }
a { background-color: rgb(101,192,246); }
div.DivClassName
{
background-color: #65C0F6;
}
.BgClassName
{
background-color: #65C0F6;
}
</style>
border-color css
<style>
span { border-color: #65C0F6; }
span { border-color: rgb(101,192,246); }
td.TdClassName
{
border-color: #65C0F6;
}
.TagClassName
{
border-color: #65C0F6;
}
</style>