Shades of Maya Blue #60B5FF
Tints of Maya Blue #60B5FF
RGB
CMYK
RGB Variations
Color information
#60B5FF (or 0x60B5FF) is known color: Maya Blue. HEX triplet: 60, B5 and FF. RGB value is (96,181,255). Sum of RGB (Red+Green+Blue) = 96+181+255=532 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.05% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #60B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B5FF is #9F4A00. Grayscale: #A3A3A3. Windows color (decimal): -10439169 or 16758112. OLE color: 16758112.
HSL color Cylindrical-coordinate representation of color #60B5FF: hue angle of 207.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60B5FF is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 181 | 255 | - |
| CMYK | 0.62 | 0.29 | 0 | 0 |
| HSL | 207.92º | 1% | 0.69% | - |
| HSV(B) | 207.92º | 0.62% | 1% | - |
| XYZ | 39.4 | 42.75 | 100.78 | - |
| YUV | 164.02 | 179.34 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 255 | 0.62 | 0.29 | 0 | 0 | 207.92 | 1 | 0.69 |
| Hex | 60 | B5 | FF | 3E | 1D | 0 | 0 | D0 | 64 | 45 |
| Octal | 140 | 265 | 377 | 76 | 35 | 0 | 0 | 320 | 144 | 105 |
| Binary | 1100000 | 10110101 | 11111111 | 111110 | 11101 | 0 | 0 | 11010000 | 1100100 | 1000101 |
Color Harmonies of #60B5FF
Complementary color
Monochromatic Colors of #60B5FF
Black with #60B5FF
Text Example
Text Example
White with #60B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B5FF; }
p { color: rgb(96,181,255); }
H1.HeaderClassName
{
color: #60B5FF;
}
.AnyTagClassName
{
color: #60B5FF;
}
</style>
background-color css
<style>
a { background-color: #60B5FF; }
a { background-color: rgb(96,181,255); }
div.DivClassName
{
background-color: #60B5FF;
}
.BgClassName
{
background-color: #60B5FF;
}
</style>
border-color css
<style>
span { border-color: #60B5FF; }
span { border-color: rgb(96,181,255); }
td.TdClassName
{
border-color: #60B5FF;
}
.TagClassName
{
border-color: #60B5FF;
}
</style>