Shades of Maya Blue #60B2FC
Tints of Maya Blue #60B2FC
RGB
CMYK
RGB Variations
Color information
#60B2FC (or 0x60B2FC) is known color: Maya Blue. HEX triplet: 60, B2 and FC. RGB value is (96,178,252). Sum of RGB (Red+Green+Blue) = 96+178+252=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #60B2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B2FC is #9F4D03. Grayscale: #A1A1A1. Windows color (decimal): -10439940 or 16560736. OLE color: 16560736.
HSL color Cylindrical-coordinate representation of color #60B2FC: hue angle of 208.46º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60B2FC is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 178 | 252 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.01 |
| HSL | 208.46º | 0.96% | 0.68% | - |
| HSV(B) | 208.46º | 0.62% | 0.99% | - |
| XYZ | 38.31 | 41.36 | 98.06 | - |
| YUV | 161.92 | 178.83 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 252 | 0.62 | 0.29 | 0 | 0.01 | 208.46 | 0.96 | 0.68 |
| Hex | 60 | B2 | FC | 3E | 1D | 0 | 1 | D0 | 60 | 44 |
| Octal | 140 | 262 | 374 | 76 | 35 | 0 | 1 | 320 | 140 | 104 |
| Binary | 1100000 | 10110010 | 11111100 | 111110 | 11101 | 0 | 1 | 11010000 | 1100000 | 1000100 |
Color Harmonies of #60B2FC
Complementary color
Monochromatic Colors of #60B2FC
Black with #60B2FC
Text Example
Text Example
White with #60B2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B2FC; }
p { color: rgb(96,178,252); }
H1.HeaderClassName
{
color: #60B2FC;
}
.AnyTagClassName
{
color: #60B2FC;
}
</style>
background-color css
<style>
a { background-color: #60B2FC; }
a { background-color: rgb(96,178,252); }
div.DivClassName
{
background-color: #60B2FC;
}
.BgClassName
{
background-color: #60B2FC;
}
</style>
border-color css
<style>
span { border-color: #60B2FC; }
span { border-color: rgb(96,178,252); }
td.TdClassName
{
border-color: #60B2FC;
}
.TagClassName
{
border-color: #60B2FC;
}
</style>