Shades of Maya Blue #65BCFC
Tints of Maya Blue #65BCFC
RGB
CMYK
RGB Variations
Color information
#65BCFC (or 0x65BCFC) is known color: Maya Blue. HEX triplet: 65, BC and FC. RGB value is (101,188,252). Sum of RGB (Red+Green+Blue) = 101+188+252=541 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.67% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #65BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BCFC is #9A4303. Grayscale: #A8A8A8. Windows color (decimal): -10109700 or 16563301. OLE color: 16563301.
HSL color Cylindrical-coordinate representation of color #65BCFC: hue angle of 205.43º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65BCFC is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 188 | 252 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.01 |
| HSL | 205.43º | 0.96% | 0.69% | - |
| HSV(B) | 205.43º | 0.6% | 0.99% | - |
| XYZ | 40.92 | 45.76 | 98.77 | - |
| YUV | 169.28 | 174.68 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 252 | 0.60 | 0.25 | 0 | 0.01 | 205.43 | 0.96 | 0.69 |
| Hex | 65 | BC | FC | 3C | 19 | 0 | 1 | CD | 60 | 45 |
| Octal | 145 | 274 | 374 | 74 | 31 | 0 | 1 | 315 | 140 | 105 |
| Binary | 1100101 | 10111100 | 11111100 | 111100 | 11001 | 0 | 1 | 11001101 | 1100000 | 1000101 |
Color Harmonies of #65BCFC
Complementary color
Monochromatic Colors of #65BCFC
Black with #65BCFC
Text Example
Text Example
White with #65BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCFC; }
p { color: rgb(101,188,252); }
H1.HeaderClassName
{
color: #65BCFC;
}
.AnyTagClassName
{
color: #65BCFC;
}
</style>
background-color css
<style>
a { background-color: #65BCFC; }
a { background-color: rgb(101,188,252); }
div.DivClassName
{
background-color: #65BCFC;
}
.BgClassName
{
background-color: #65BCFC;
}
</style>
border-color css
<style>
span { border-color: #65BCFC; }
span { border-color: rgb(101,188,252); }
td.TdClassName
{
border-color: #65BCFC;
}
.TagClassName
{
border-color: #65BCFC;
}
</style>