Shades of Maya Blue #62CFFC
Tints of Maya Blue #62CFFC
RGB
CMYK
RGB Variations
Color information
#62CFFC (or 0x62CFFC) is known color: Maya Blue. HEX triplet: 62, CF and FC. RGB value is (98,207,252). Sum of RGB (Red+Green+Blue) = 98+207+252=557 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.59% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #62CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CFFC is #9D3003. Grayscale: #B3B3B3. Windows color (decimal): -10301444 or 16568162. OLE color: 16568162.
HSL color Cylindrical-coordinate representation of color #62CFFC: hue angle of 197.53º degrees, saturation: 0.96, 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 #62CFFC is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 207 | 252 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.01 |
| HSL | 197.53º | 0.96% | 0.69% | - |
| HSV(B) | 197.53º | 0.61% | 0.99% | - |
| XYZ | 44.92 | 54.25 | 100.2 | - |
| YUV | 179.54 | 168.89 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 252 | 0.61 | 0.18 | 0 | 0.01 | 197.53 | 0.96 | 0.69 |
| Hex | 62 | CF | FC | 3D | 12 | 0 | 1 | C6 | 60 | 45 |
| Octal | 142 | 317 | 374 | 75 | 22 | 0 | 1 | 306 | 140 | 105 |
| Binary | 1100010 | 11001111 | 11111100 | 111101 | 10010 | 0 | 1 | 11000110 | 1100000 | 1000101 |
Color Harmonies of #62CFFC
Complementary color
Monochromatic Colors of #62CFFC
Black with #62CFFC
Text Example
Text Example
White with #62CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFFC; }
p { color: rgb(98,207,252); }
H1.HeaderClassName
{
color: #62CFFC;
}
.AnyTagClassName
{
color: #62CFFC;
}
</style>
background-color css
<style>
a { background-color: #62CFFC; }
a { background-color: rgb(98,207,252); }
div.DivClassName
{
background-color: #62CFFC;
}
.BgClassName
{
background-color: #62CFFC;
}
</style>
border-color css
<style>
span { border-color: #62CFFC; }
span { border-color: rgb(98,207,252); }
td.TdClassName
{
border-color: #62CFFC;
}
.TagClassName
{
border-color: #62CFFC;
}
</style>