Shades of Maya Blue #65B5FE
Tints of Maya Blue #65B5FE
RGB
CMYK
RGB Variations
Color information
#65B5FE (or 0x65B5FE) is known color: Maya Blue. HEX triplet: 65, B5 and FE. RGB value is (101,181,254). Sum of RGB (Red+Green+Blue) = 101+181+254=536 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.84% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #65B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B5FE is #9A4A01. Grayscale: #A5A5A5. Windows color (decimal): -10111490 or 16692581. OLE color: 16692581.
HSL color Cylindrical-coordinate representation of color #65B5FE: hue angle of 208.63º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65B5FE is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 181 | 254 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.00 |
| HSL | 208.63º | 0.99% | 0.7% | - |
| HSV(B) | 208.63º | 0.6% | 1% | - |
| XYZ | 39.78 | 42.97 | 99.96 | - |
| YUV | 165.4 | 178 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 181 | 254 | 0.60 | 0.29 | 0 | 0.00 | 208.63 | 0.99 | 0.7 |
| Hex | 65 | B5 | FE | 3C | 1D | 0 | 0 | D1 | 63 | 46 |
| Octal | 145 | 265 | 376 | 74 | 35 | 0 | 0 | 321 | 143 | 106 |
| Binary | 1100101 | 10110101 | 11111110 | 111100 | 11101 | 0 | 0 | 11010001 | 1100011 | 1000110 |
Color Harmonies of #65B5FE
Complementary color
Monochromatic Colors of #65B5FE
Black with #65B5FE
Text Example
Text Example
White with #65B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B5FE; }
p { color: rgb(101,181,254); }
H1.HeaderClassName
{
color: #65B5FE;
}
.AnyTagClassName
{
color: #65B5FE;
}
</style>
background-color css
<style>
a { background-color: #65B5FE; }
a { background-color: rgb(101,181,254); }
div.DivClassName
{
background-color: #65B5FE;
}
.BgClassName
{
background-color: #65B5FE;
}
</style>
border-color css
<style>
span { border-color: #65B5FE; }
span { border-color: rgb(101,181,254); }
td.TdClassName
{
border-color: #65B5FE;
}
.TagClassName
{
border-color: #65B5FE;
}
</style>