Shades of Maya Blue #65BBF5
Tints of Maya Blue #65BBF5
RGB
CMYK
RGB Variations
Color information
#65BBF5 (or 0x65BBF5) is known color: Maya Blue. HEX triplet: 65, BB and F5. RGB value is (101,187,245). Sum of RGB (Red+Green+Blue) = 101+187+245=533 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.95% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #65BBF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BBF5 is #9A440A. Grayscale: #A7A7A7. Windows color (decimal): -10109963 or 16104293. OLE color: 16104293.
HSL color Cylindrical-coordinate representation of color #65BBF5: hue angle of 204.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65BBF5 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 187 | 245 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.04 |
| HSL | 204.17º | 0.88% | 0.68% | - |
| HSV(B) | 204.17º | 0.59% | 0.96% | - |
| XYZ | 39.62 | 44.9 | 92.96 | - |
| YUV | 167.9 | 171.51 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 245 | 0.59 | 0.24 | 0 | 0.04 | 204.17 | 0.88 | 0.68 |
| Hex | 65 | BB | F5 | 3B | 18 | 0 | 4 | CC | 58 | 44 |
| Octal | 145 | 273 | 365 | 73 | 30 | 0 | 4 | 314 | 130 | 104 |
| Binary | 1100101 | 10111011 | 11110101 | 111011 | 11000 | 0 | 100 | 11001100 | 1011000 | 1000100 |
Color Harmonies of #65BBF5
Complementary color
Monochromatic Colors of #65BBF5
Black with #65BBF5
Text Example
Text Example
White with #65BBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BBF5; }
p { color: rgb(101,187,245); }
H1.HeaderClassName
{
color: #65BBF5;
}
.AnyTagClassName
{
color: #65BBF5;
}
</style>
background-color css
<style>
a { background-color: #65BBF5; }
a { background-color: rgb(101,187,245); }
div.DivClassName
{
background-color: #65BBF5;
}
.BgClassName
{
background-color: #65BBF5;
}
</style>
border-color css
<style>
span { border-color: #65BBF5; }
span { border-color: rgb(101,187,245); }
td.TdClassName
{
border-color: #65BBF5;
}
.TagClassName
{
border-color: #65BBF5;
}
</style>