Shades of Maya Blue #60B2FF
Tints of Maya Blue #60B2FF
RGB
CMYK
RGB Variations
Color information
#60B2FF (or 0x60B2FF) is known color: Maya Blue. HEX triplet: 60, B2 and FF. RGB value is (96,178,255). Sum of RGB (Red+Green+Blue) = 96+178+255=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #60B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B2FF is #9F4D00. Grayscale: #A1A1A1. Windows color (decimal): -10439937 or 16757344. OLE color: 16757344.
HSL color Cylindrical-coordinate representation of color #60B2FF: hue angle of 209.06º 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 #60B2FF is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 178 | 255 | - |
| CMYK | 0.62 | 0.30 | 0 | 0 |
| HSL | 209.06º | 1% | 0.69% | - |
| HSV(B) | 209.06º | 0.62% | 1% | - |
| XYZ | 38.79 | 41.55 | 100.58 | - |
| YUV | 162.26 | 180.33 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 255 | 0.62 | 0.30 | 0 | 0 | 209.06 | 1 | 0.69 |
| Hex | 60 | B2 | FF | 3E | 1E | 0 | 0 | D1 | 64 | 45 |
| Octal | 140 | 262 | 377 | 76 | 36 | 0 | 0 | 321 | 144 | 105 |
| Binary | 1100000 | 10110010 | 11111111 | 111110 | 11110 | 0 | 0 | 11010001 | 1100100 | 1000101 |
Color Harmonies of #60B2FF
Complementary color
Monochromatic Colors of #60B2FF
Black with #60B2FF
Text Example
Text Example
White with #60B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B2FF; }
p { color: rgb(96,178,255); }
H1.HeaderClassName
{
color: #60B2FF;
}
.AnyTagClassName
{
color: #60B2FF;
}
</style>
background-color css
<style>
a { background-color: #60B2FF; }
a { background-color: rgb(96,178,255); }
div.DivClassName
{
background-color: #60B2FF;
}
.BgClassName
{
background-color: #60B2FF;
}
</style>
border-color css
<style>
span { border-color: #60B2FF; }
span { border-color: rgb(96,178,255); }
td.TdClassName
{
border-color: #60B2FF;
}
.TagClassName
{
border-color: #60B2FF;
}
</style>