Shades of Maya Blue #65CAFA
Tints of Maya Blue #65CAFA
RGB
CMYK
RGB Variations
Color information
#65CAFA (or 0x65CAFA) is known color: Maya Blue. HEX triplet: 65, CA and FA. RGB value is (101,202,250). Sum of RGB (Red+Green+Blue) = 101+202+250=553 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.26% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #65CAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CAFA is #9A3505. Grayscale: #B0B0B0. Windows color (decimal): -10106118 or 16435813. OLE color: 16435813.
HSL color Cylindrical-coordinate representation of color #65CAFA: hue angle of 199.33º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65CAFA is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 202 | 250 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.02 |
| HSL | 199.33º | 0.94% | 0.69% | - |
| HSV(B) | 199.33º | 0.6% | 0.98% | - |
| XYZ | 43.74 | 51.91 | 98.16 | - |
| YUV | 177.27 | 169.04 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 250 | 0.60 | 0.19 | 0 | 0.02 | 199.33 | 0.94 | 0.69 |
| Hex | 65 | CA | FA | 3C | 13 | 0 | 2 | C7 | 5E | 45 |
| Octal | 145 | 312 | 372 | 74 | 23 | 0 | 2 | 307 | 136 | 105 |
| Binary | 1100101 | 11001010 | 11111010 | 111100 | 10011 | 0 | 10 | 11000111 | 1011110 | 1000101 |
Color Harmonies of #65CAFA
Complementary color
Monochromatic Colors of #65CAFA
Black with #65CAFA
Text Example
Text Example
White with #65CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CAFA; }
p { color: rgb(101,202,250); }
H1.HeaderClassName
{
color: #65CAFA;
}
.AnyTagClassName
{
color: #65CAFA;
}
</style>
background-color css
<style>
a { background-color: #65CAFA; }
a { background-color: rgb(101,202,250); }
div.DivClassName
{
background-color: #65CAFA;
}
.BgClassName
{
background-color: #65CAFA;
}
</style>
border-color css
<style>
span { border-color: #65CAFA; }
span { border-color: rgb(101,202,250); }
td.TdClassName
{
border-color: #65CAFA;
}
.TagClassName
{
border-color: #65CAFA;
}
</style>