Shades of Maya Blue #62BDF7
Tints of Maya Blue #62BDF7
RGB
CMYK
RGB Variations
Color information
#62BDF7 (or 0x62BDF7) is known color: Maya Blue. HEX triplet: 62, BD and F7. RGB value is (98,189,247). Sum of RGB (Red+Green+Blue) = 98+189+247=534 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.35% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #62BDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62BDF7 is #9D4208. Grayscale: #A8A8A8. Windows color (decimal): -10306057 or 16235874. OLE color: 16235874.
HSL color Cylindrical-coordinate representation of color #62BDF7: hue angle of 203.36º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62BDF7 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 189 | 247 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.03 |
| HSL | 203.36º | 0.9% | 0.68% | - |
| HSV(B) | 203.36º | 0.6% | 0.97% | - |
| XYZ | 40.02 | 45.71 | 94.71 | - |
| YUV | 168.4 | 172.35 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 247 | 0.60 | 0.23 | 0 | 0.03 | 203.36 | 0.9 | 0.68 |
| Hex | 62 | BD | F7 | 3C | 17 | 0 | 3 | CB | 5A | 44 |
| Octal | 142 | 275 | 367 | 74 | 27 | 0 | 3 | 313 | 132 | 104 |
| Binary | 1100010 | 10111101 | 11110111 | 111100 | 10111 | 0 | 11 | 11001011 | 1011010 | 1000100 |
Color Harmonies of #62BDF7
Complementary color
Monochromatic Colors of #62BDF7
Black with #62BDF7
Text Example
Text Example
White with #62BDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BDF7; }
p { color: rgb(98,189,247); }
H1.HeaderClassName
{
color: #62BDF7;
}
.AnyTagClassName
{
color: #62BDF7;
}
</style>
background-color css
<style>
a { background-color: #62BDF7; }
a { background-color: rgb(98,189,247); }
div.DivClassName
{
background-color: #62BDF7;
}
.BgClassName
{
background-color: #62BDF7;
}
</style>
border-color css
<style>
span { border-color: #62BDF7; }
span { border-color: rgb(98,189,247); }
td.TdClassName
{
border-color: #62BDF7;
}
.TagClassName
{
border-color: #62BDF7;
}
</style>