Shades of Maya Blue #65BDFF
Tints of Maya Blue #65BDFF
RGB
CMYK
RGB Variations
Color information
#65BDFF (or 0x65BDFF) is known color: Maya Blue. HEX triplet: 65, BD and FF. RGB value is (101,189,255). Sum of RGB (Red+Green+Blue) = 101+189+255=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #65BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BDFF is #9A4200. Grayscale: #A9A9A9. Windows color (decimal): -10109441 or 16760165. OLE color: 16760165.
HSL color Cylindrical-coordinate representation of color #65BDFF: hue angle of 205.71º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65BDFF is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 189 | 255 | - |
| CMYK | 0.60 | 0.26 | 0 | 0 |
| HSL | 205.71º | 1% | 0.7% | - |
| HSV(B) | 205.71º | 0.6% | 1% | - |
| XYZ | 41.61 | 46.38 | 101.37 | - |
| YUV | 170.21 | 175.85 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 255 | 0.60 | 0.26 | 0 | 0 | 205.71 | 1 | 0.7 |
| Hex | 65 | BD | FF | 3C | 1A | 0 | 0 | CE | 64 | 46 |
| Octal | 145 | 275 | 377 | 74 | 32 | 0 | 0 | 316 | 144 | 106 |
| Binary | 1100101 | 10111101 | 11111111 | 111100 | 11010 | 0 | 0 | 11001110 | 1100100 | 1000110 |
Color Harmonies of #65BDFF
Complementary color
Monochromatic Colors of #65BDFF
Black with #65BDFF
Text Example
Text Example
White with #65BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDFF; }
p { color: rgb(101,189,255); }
H1.HeaderClassName
{
color: #65BDFF;
}
.AnyTagClassName
{
color: #65BDFF;
}
</style>
background-color css
<style>
a { background-color: #65BDFF; }
a { background-color: rgb(101,189,255); }
div.DivClassName
{
background-color: #65BDFF;
}
.BgClassName
{
background-color: #65BDFF;
}
</style>
border-color css
<style>
span { border-color: #65BDFF; }
span { border-color: rgb(101,189,255); }
td.TdClassName
{
border-color: #65BDFF;
}
.TagClassName
{
border-color: #65BDFF;
}
</style>