Shades of Maya Blue #62CBF2
Tints of Maya Blue #62CBF2
RGB
CMYK
RGB Variations
Color information
#62CBF2 (or 0x62CBF2) is known color: Maya Blue. HEX triplet: 62, CB and F2. RGB value is (98,203,242). Sum of RGB (Red+Green+Blue) = 98+203+242=543 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.05% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #62CBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CBF2 is #9D340D. Grayscale: #AFAFAF. Windows color (decimal): -10302478 or 15911778. OLE color: 15911778.
HSL color Cylindrical-coordinate representation of color #62CBF2: hue angle of 196.25º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62CBF2 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 203 | 242 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.05 |
| HSL | 196.25º | 0.85% | 0.67% | - |
| HSV(B) | 196.25º | 0.6% | 0.95% | - |
| XYZ | 42.42 | 51.72 | 91.75 | - |
| YUV | 176.05 | 165.21 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 242 | 0.60 | 0.16 | 0 | 0.05 | 196.25 | 0.85 | 0.67 |
| Hex | 62 | CB | F2 | 3C | 10 | 0 | 5 | C4 | 55 | 43 |
| Octal | 142 | 313 | 362 | 74 | 20 | 0 | 5 | 304 | 125 | 103 |
| Binary | 1100010 | 11001011 | 11110010 | 111100 | 10000 | 0 | 101 | 11000100 | 1010101 | 1000011 |
Color Harmonies of #62CBF2
Complementary color
Monochromatic Colors of #62CBF2
Black with #62CBF2
Text Example
Text Example
White with #62CBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CBF2; }
p { color: rgb(98,203,242); }
H1.HeaderClassName
{
color: #62CBF2;
}
.AnyTagClassName
{
color: #62CBF2;
}
</style>
background-color css
<style>
a { background-color: #62CBF2; }
a { background-color: rgb(98,203,242); }
div.DivClassName
{
background-color: #62CBF2;
}
.BgClassName
{
background-color: #62CBF2;
}
</style>
border-color css
<style>
span { border-color: #62CBF2; }
span { border-color: rgb(98,203,242); }
td.TdClassName
{
border-color: #62CBF2;
}
.TagClassName
{
border-color: #62CBF2;
}
</style>