Shades of Maya Blue #62C6FB
Tints of Maya Blue #62C6FB
RGB
CMYK
RGB Variations
Color information
#62C6FB (or 0x62C6FB) is known color: Maya Blue. HEX triplet: 62, C6 and FB. RGB value is (98,198,251). Sum of RGB (Red+Green+Blue) = 98+198+251=547 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.92% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #62C6FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62C6FB is #9D3904. Grayscale: #ADADAD. Windows color (decimal): -10303749 or 16500322. OLE color: 16500322.
HSL color Cylindrical-coordinate representation of color #62C6FB: hue angle of 200.78º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62C6FB is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 198 | 251 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.02 |
| HSL | 200.78º | 0.95% | 0.68% | - |
| HSV(B) | 200.78º | 0.61% | 0.98% | - |
| XYZ | 42.64 | 49.95 | 98.66 | - |
| YUV | 174.14 | 171.37 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 198 | 251 | 0.61 | 0.21 | 0 | 0.02 | 200.78 | 0.95 | 0.68 |
| Hex | 62 | C6 | FB | 3D | 15 | 0 | 2 | C9 | 5F | 44 |
| Octal | 142 | 306 | 373 | 75 | 25 | 0 | 2 | 311 | 137 | 104 |
| Binary | 1100010 | 11000110 | 11111011 | 111101 | 10101 | 0 | 10 | 11001001 | 1011111 | 1000100 |
Color Harmonies of #62C6FB
Complementary color
Monochromatic Colors of #62C6FB
Black with #62C6FB
Text Example
Text Example
White with #62C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C6FB; }
p { color: rgb(98,198,251); }
H1.HeaderClassName
{
color: #62C6FB;
}
.AnyTagClassName
{
color: #62C6FB;
}
</style>
background-color css
<style>
a { background-color: #62C6FB; }
a { background-color: rgb(98,198,251); }
div.DivClassName
{
background-color: #62C6FB;
}
.BgClassName
{
background-color: #62C6FB;
}
</style>
border-color css
<style>
span { border-color: #62C6FB; }
span { border-color: rgb(98,198,251); }
td.TdClassName
{
border-color: #62C6FB;
}
.TagClassName
{
border-color: #62C6FB;
}
</style>