Shades of Maya Blue #65D2FA
Tints of Maya Blue #65D2FA
RGB
CMYK
RGB Variations
Color information
#65D2FA (or 0x65D2FA) is known color: Maya Blue. HEX triplet: 65, D2 and FA. RGB value is (101,210,250). Sum of RGB (Red+Green+Blue) = 101+210+250=561 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.00% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #65D2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D2FA is #9A2D05. Grayscale: #B5B5B5. Windows color (decimal): -10104070 or 16437861. OLE color: 16437861.
HSL color Cylindrical-coordinate representation of color #65D2FA: hue angle of 196.11º 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 #65D2FA is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 210 | 250 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.02 |
| HSL | 196.11º | 0.94% | 0.69% | - |
| HSV(B) | 196.11º | 0.6% | 0.98% | - |
| XYZ | 45.67 | 55.76 | 98.8 | - |
| YUV | 181.97 | 166.39 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 250 | 0.60 | 0.16 | 0 | 0.02 | 196.11 | 0.94 | 0.69 |
| Hex | 65 | D2 | FA | 3C | 10 | 0 | 2 | C4 | 5E | 45 |
| Octal | 145 | 322 | 372 | 74 | 20 | 0 | 2 | 304 | 136 | 105 |
| Binary | 1100101 | 11010010 | 11111010 | 111100 | 10000 | 0 | 10 | 11000100 | 1011110 | 1000101 |
Color Harmonies of #65D2FA
Complementary color
Monochromatic Colors of #65D2FA
Black with #65D2FA
Text Example
Text Example
White with #65D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D2FA; }
p { color: rgb(101,210,250); }
H1.HeaderClassName
{
color: #65D2FA;
}
.AnyTagClassName
{
color: #65D2FA;
}
</style>
background-color css
<style>
a { background-color: #65D2FA; }
a { background-color: rgb(101,210,250); }
div.DivClassName
{
background-color: #65D2FA;
}
.BgClassName
{
background-color: #65D2FA;
}
</style>
border-color css
<style>
span { border-color: #65D2FA; }
span { border-color: rgb(101,210,250); }
td.TdClassName
{
border-color: #65D2FA;
}
.TagClassName
{
border-color: #65D2FA;
}
</style>