Shades of Maya Blue #62C5FD
Tints of Maya Blue #62C5FD
RGB
CMYK
RGB Variations
Color information
#62C5FD (or 0x62C5FD) is known color: Maya Blue. HEX triplet: 62, C5 and FD. RGB value is (98,197,253). Sum of RGB (Red+Green+Blue) = 98+197+253=548 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.88% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #62C5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62C5FD is #9D3A02. Grayscale: #ADADAD. Windows color (decimal): -10304003 or 16631138. OLE color: 16631138.
HSL color Cylindrical-coordinate representation of color #62C5FD: hue angle of 201.68º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62C5FD is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 197 | 253 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.01 |
| HSL | 201.68º | 0.97% | 0.69% | - |
| HSV(B) | 201.68º | 0.61% | 0.99% | - |
| XYZ | 42.73 | 49.62 | 100.25 | - |
| YUV | 173.78 | 172.7 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 253 | 0.61 | 0.22 | 0 | 0.01 | 201.68 | 0.97 | 0.69 |
| Hex | 62 | C5 | FD | 3D | 16 | 0 | 1 | CA | 61 | 45 |
| Octal | 142 | 305 | 375 | 75 | 26 | 0 | 1 | 312 | 141 | 105 |
| Binary | 1100010 | 11000101 | 11111101 | 111101 | 10110 | 0 | 1 | 11001010 | 1100001 | 1000101 |
Color Harmonies of #62C5FD
Complementary color
Monochromatic Colors of #62C5FD
Black with #62C5FD
Text Example
Text Example
White with #62C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C5FD; }
p { color: rgb(98,197,253); }
H1.HeaderClassName
{
color: #62C5FD;
}
.AnyTagClassName
{
color: #62C5FD;
}
</style>
background-color css
<style>
a { background-color: #62C5FD; }
a { background-color: rgb(98,197,253); }
div.DivClassName
{
background-color: #62C5FD;
}
.BgClassName
{
background-color: #62C5FD;
}
</style>
border-color css
<style>
span { border-color: #62C5FD; }
span { border-color: rgb(98,197,253); }
td.TdClassName
{
border-color: #62C5FD;
}
.TagClassName
{
border-color: #62C5FD;
}
</style>