Shades of Maya Blue #65CAF0
Tints of Maya Blue #65CAF0
RGB
CMYK
RGB Variations
Color information
#65CAF0 (or 0x65CAF0) is known color: Maya Blue. HEX triplet: 65, CA and F0. RGB value is (101,202,240). Sum of RGB (Red+Green+Blue) = 101+202+240=543 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.60% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #65CAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CAF0 is #9A350F. Grayscale: #AFAFAF. Windows color (decimal): -10106128 or 15780453. OLE color: 15780453.
HSL color Cylindrical-coordinate representation of color #65CAF0: hue angle of 196.4º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65CAF0 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 202 | 240 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.06 |
| HSL | 196.4º | 0.82% | 0.67% | - |
| HSV(B) | 196.4º | 0.58% | 0.94% | - |
| XYZ | 42.22 | 51.3 | 90.11 | - |
| YUV | 176.13 | 164.04 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 240 | 0.58 | 0.16 | 0 | 0.06 | 196.4 | 0.82 | 0.67 |
| Hex | 65 | CA | F0 | 3A | 10 | 0 | 6 | C4 | 52 | 43 |
| Octal | 145 | 312 | 360 | 72 | 20 | 0 | 6 | 304 | 122 | 103 |
| Binary | 1100101 | 11001010 | 11110000 | 111010 | 10000 | 0 | 110 | 11000100 | 1010010 | 1000011 |
Color Harmonies of #65CAF0
Complementary color
Monochromatic Colors of #65CAF0
Black with #65CAF0
Text Example
Text Example
White with #65CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CAF0; }
p { color: rgb(101,202,240); }
H1.HeaderClassName
{
color: #65CAF0;
}
.AnyTagClassName
{
color: #65CAF0;
}
</style>
background-color css
<style>
a { background-color: #65CAF0; }
a { background-color: rgb(101,202,240); }
div.DivClassName
{
background-color: #65CAF0;
}
.BgClassName
{
background-color: #65CAF0;
}
</style>
border-color css
<style>
span { border-color: #65CAF0; }
span { border-color: rgb(101,202,240); }
td.TdClassName
{
border-color: #65CAF0;
}
.TagClassName
{
border-color: #65CAF0;
}
</style>