Shades of Maya Blue #65CDF6
Tints of Maya Blue #65CDF6
RGB
CMYK
RGB Variations
Color information
#65CDF6 (or 0x65CDF6) is known color: Maya Blue. HEX triplet: 65, CD and F6. RGB value is (101,205,246). Sum of RGB (Red+Green+Blue) = 101+205+246=552 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.30% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #65CDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CDF6 is #9A3209. Grayscale: #B2B2B2. Windows color (decimal): -10105354 or 16174437. OLE color: 16174437.
HSL color Cylindrical-coordinate representation of color #65CDF6: hue angle of 196.97º 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 #65CDF6 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 205 | 246 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.04 |
| HSL | 196.97º | 0.89% | 0.68% | - |
| HSV(B) | 196.97º | 0.59% | 0.96% | - |
| XYZ | 43.83 | 53.08 | 95.12 | - |
| YUV | 178.58 | 166.04 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 246 | 0.59 | 0.17 | 0 | 0.04 | 196.97 | 0.89 | 0.68 |
| Hex | 65 | CD | F6 | 3B | 11 | 0 | 4 | C5 | 59 | 44 |
| Octal | 145 | 315 | 366 | 73 | 21 | 0 | 4 | 305 | 131 | 104 |
| Binary | 1100101 | 11001101 | 11110110 | 111011 | 10001 | 0 | 100 | 11000101 | 1011001 | 1000100 |
Color Harmonies of #65CDF6
Complementary color
Monochromatic Colors of #65CDF6
Black with #65CDF6
Text Example
Text Example
White with #65CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDF6; }
p { color: rgb(101,205,246); }
H1.HeaderClassName
{
color: #65CDF6;
}
.AnyTagClassName
{
color: #65CDF6;
}
</style>
background-color css
<style>
a { background-color: #65CDF6; }
a { background-color: rgb(101,205,246); }
div.DivClassName
{
background-color: #65CDF6;
}
.BgClassName
{
background-color: #65CDF6;
}
</style>
border-color css
<style>
span { border-color: #65CDF6; }
span { border-color: rgb(101,205,246); }
td.TdClassName
{
border-color: #65CDF6;
}
.TagClassName
{
border-color: #65CDF6;
}
</style>