Shades of Maya Blue #65BDF9
Tints of Maya Blue #65BDF9
RGB
CMYK
RGB Variations
Color information
#65BDF9 (or 0x65BDF9) is known color: Maya Blue. HEX triplet: 65, BD and F9. RGB value is (101,189,249). Sum of RGB (Red+Green+Blue) = 101+189+249=539 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.74% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #65BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BDF9 is #9A4206. Grayscale: #A9A9A9. Windows color (decimal): -10109447 or 16366949. OLE color: 16366949.
HSL color Cylindrical-coordinate representation of color #65BDF9: hue angle of 204.32º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65BDF9 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 189 | 249 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.02 |
| HSL | 204.32º | 0.93% | 0.69% | - |
| HSV(B) | 204.32º | 0.59% | 0.98% | - |
| XYZ | 40.66 | 46 | 96.36 | - |
| YUV | 169.53 | 172.85 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 249 | 0.59 | 0.24 | 0 | 0.02 | 204.32 | 0.93 | 0.69 |
| Hex | 65 | BD | F9 | 3B | 18 | 0 | 2 | CC | 5C | 45 |
| Octal | 145 | 275 | 371 | 73 | 30 | 0 | 2 | 314 | 134 | 105 |
| Binary | 1100101 | 10111101 | 11111001 | 111011 | 11000 | 0 | 10 | 11001100 | 1011100 | 1000101 |
Color Harmonies of #65BDF9
Complementary color
Monochromatic Colors of #65BDF9
Black with #65BDF9
Text Example
Text Example
White with #65BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDF9; }
p { color: rgb(101,189,249); }
H1.HeaderClassName
{
color: #65BDF9;
}
.AnyTagClassName
{
color: #65BDF9;
}
</style>
background-color css
<style>
a { background-color: #65BDF9; }
a { background-color: rgb(101,189,249); }
div.DivClassName
{
background-color: #65BDF9;
}
.BgClassName
{
background-color: #65BDF9;
}
</style>
border-color css
<style>
span { border-color: #65BDF9; }
span { border-color: rgb(101,189,249); }
td.TdClassName
{
border-color: #65BDF9;
}
.TagClassName
{
border-color: #65BDF9;
}
</style>