Shades of Maya Blue #65CDF7
Tints of Maya Blue #65CDF7
RGB
CMYK
RGB Variations
Color information
#65CDF7 (or 0x65CDF7) is known color: Maya Blue. HEX triplet: 65, CD and F7. RGB value is (101,205,247). Sum of RGB (Red+Green+Blue) = 101+205+247=553 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.26% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #65CDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CDF7 is #9A3208. Grayscale: #B2B2B2. Windows color (decimal): -10105353 or 16239973. OLE color: 16239973.
HSL color Cylindrical-coordinate representation of color #65CDF7: hue angle of 197.26º 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 #65CDF7 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 205 | 247 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.03 |
| HSL | 197.26º | 0.9% | 0.68% | - |
| HSV(B) | 197.26º | 0.59% | 0.97% | - |
| XYZ | 43.99 | 53.14 | 95.94 | - |
| YUV | 178.69 | 166.54 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 247 | 0.59 | 0.17 | 0 | 0.03 | 197.26 | 0.9 | 0.68 |
| Hex | 65 | CD | F7 | 3B | 11 | 0 | 3 | C5 | 5A | 44 |
| Octal | 145 | 315 | 367 | 73 | 21 | 0 | 3 | 305 | 132 | 104 |
| Binary | 1100101 | 11001101 | 11110111 | 111011 | 10001 | 0 | 11 | 11000101 | 1011010 | 1000100 |
Color Harmonies of #65CDF7
Complementary color
Monochromatic Colors of #65CDF7
Black with #65CDF7
Text Example
Text Example
White with #65CDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDF7; }
p { color: rgb(101,205,247); }
H1.HeaderClassName
{
color: #65CDF7;
}
.AnyTagClassName
{
color: #65CDF7;
}
</style>
background-color css
<style>
a { background-color: #65CDF7; }
a { background-color: rgb(101,205,247); }
div.DivClassName
{
background-color: #65CDF7;
}
.BgClassName
{
background-color: #65CDF7;
}
</style>
border-color css
<style>
span { border-color: #65CDF7; }
span { border-color: rgb(101,205,247); }
td.TdClassName
{
border-color: #65CDF7;
}
.TagClassName
{
border-color: #65CDF7;
}
</style>