Shades of Maya Blue #65C5FA
Tints of Maya Blue #65C5FA
RGB
CMYK
RGB Variations
Color information
#65C5FA (or 0x65C5FA) is known color: Maya Blue. HEX triplet: 65, C5 and FA. RGB value is (101,197,250). Sum of RGB (Red+Green+Blue) = 101+197+250=548 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.43% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #65C5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C5FA is #9A3A05. Grayscale: #AEAEAE. Windows color (decimal): -10107398 or 16434533. OLE color: 16434533.
HSL color Cylindrical-coordinate representation of color #65C5FA: hue angle of 201.34º 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 #65C5FA is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 197 | 250 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.02 |
| HSL | 201.34º | 0.94% | 0.69% | - |
| HSV(B) | 201.34º | 0.6% | 0.98% | - |
| XYZ | 42.59 | 49.6 | 97.77 | - |
| YUV | 174.34 | 170.7 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 250 | 0.60 | 0.21 | 0 | 0.02 | 201.34 | 0.94 | 0.69 |
| Hex | 65 | C5 | FA | 3C | 15 | 0 | 2 | C9 | 5E | 45 |
| Octal | 145 | 305 | 372 | 74 | 25 | 0 | 2 | 311 | 136 | 105 |
| Binary | 1100101 | 11000101 | 11111010 | 111100 | 10101 | 0 | 10 | 11001001 | 1011110 | 1000101 |
Color Harmonies of #65C5FA
Complementary color
Monochromatic Colors of #65C5FA
Black with #65C5FA
Text Example
Text Example
White with #65C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C5FA; }
p { color: rgb(101,197,250); }
H1.HeaderClassName
{
color: #65C5FA;
}
.AnyTagClassName
{
color: #65C5FA;
}
</style>
background-color css
<style>
a { background-color: #65C5FA; }
a { background-color: rgb(101,197,250); }
div.DivClassName
{
background-color: #65C5FA;
}
.BgClassName
{
background-color: #65C5FA;
}
</style>
border-color css
<style>
span { border-color: #65C5FA; }
span { border-color: rgb(101,197,250); }
td.TdClassName
{
border-color: #65C5FA;
}
.TagClassName
{
border-color: #65C5FA;
}
</style>