Shades of Maya Blue #65CDF5
Tints of Maya Blue #65CDF5
RGB
CMYK
RGB Variations
Color information
#65CDF5 (or 0x65CDF5) is known color: Maya Blue. HEX triplet: 65, CD and F5. RGB value is (101,205,245). Sum of RGB (Red+Green+Blue) = 101+205+245=551 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.33% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #65CDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CDF5 is #9A320A. Grayscale: #B2B2B2. Windows color (decimal): -10105355 or 16108901. OLE color: 16108901.
HSL color Cylindrical-coordinate representation of color #65CDF5: hue angle of 196.67º degrees, saturation: 0.88, 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 #65CDF5 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 205 | 245 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.04 |
| HSL | 196.67º | 0.88% | 0.68% | - |
| HSV(B) | 196.67º | 0.59% | 0.96% | - |
| XYZ | 43.68 | 53.02 | 94.32 | - |
| YUV | 178.46 | 165.54 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 245 | 0.59 | 0.16 | 0 | 0.04 | 196.67 | 0.88 | 0.68 |
| Hex | 65 | CD | F5 | 3B | 10 | 0 | 4 | C5 | 58 | 44 |
| Octal | 145 | 315 | 365 | 73 | 20 | 0 | 4 | 305 | 130 | 104 |
| Binary | 1100101 | 11001101 | 11110101 | 111011 | 10000 | 0 | 100 | 11000101 | 1011000 | 1000100 |
Color Harmonies of #65CDF5
Complementary color
Monochromatic Colors of #65CDF5
Black with #65CDF5
Text Example
Text Example
White with #65CDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDF5; }
p { color: rgb(101,205,245); }
H1.HeaderClassName
{
color: #65CDF5;
}
.AnyTagClassName
{
color: #65CDF5;
}
</style>
background-color css
<style>
a { background-color: #65CDF5; }
a { background-color: rgb(101,205,245); }
div.DivClassName
{
background-color: #65CDF5;
}
.BgClassName
{
background-color: #65CDF5;
}
</style>
border-color css
<style>
span { border-color: #65CDF5; }
span { border-color: rgb(101,205,245); }
td.TdClassName
{
border-color: #65CDF5;
}
.TagClassName
{
border-color: #65CDF5;
}
</style>