Shades of Maya Blue #62CFFF
Tints of Maya Blue #62CFFF
RGB
CMYK
RGB Variations
Color information
#62CFFF (or 0x62CFFF) is known color: Maya Blue. HEX triplet: 62, CF and FF. RGB value is (98,207,255). Sum of RGB (Red+Green+Blue) = 98+207+255=560 (74% of max value = 765). Red value is 98 (38.67% from 255 or 17.5% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #62CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CFFF is #9D3000. Grayscale: #B3B3B3. Windows color (decimal): -10301441 or 16764770. OLE color: 16764770.
HSL color Cylindrical-coordinate representation of color #62CFFF: hue angle of 198.34º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62CFFF is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 207 | 255 | - |
| CMYK | 0.62 | 0.19 | 0 | 0 |
| HSL | 198.34º | 1% | 0.69% | - |
| HSV(B) | 198.34º | 0.62% | 1% | - |
| XYZ | 45.4 | 54.44 | 102.72 | - |
| YUV | 179.88 | 170.39 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 255 | 0.62 | 0.19 | 0 | 0 | 198.34 | 1 | 0.69 |
| Hex | 62 | CF | FF | 3E | 13 | 0 | 0 | C6 | 64 | 45 |
| Octal | 142 | 317 | 377 | 76 | 23 | 0 | 0 | 306 | 144 | 105 |
| Binary | 1100010 | 11001111 | 11111111 | 111110 | 10011 | 0 | 0 | 11000110 | 1100100 | 1000101 |
Color Harmonies of #62CFFF
Complementary color
Monochromatic Colors of #62CFFF
Black with #62CFFF
Text Example
Text Example
White with #62CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFFF; }
p { color: rgb(98,207,255); }
H1.HeaderClassName
{
color: #62CFFF;
}
.AnyTagClassName
{
color: #62CFFF;
}
</style>
background-color css
<style>
a { background-color: #62CFFF; }
a { background-color: rgb(98,207,255); }
div.DivClassName
{
background-color: #62CFFF;
}
.BgClassName
{
background-color: #62CFFF;
}
</style>
border-color css
<style>
span { border-color: #62CFFF; }
span { border-color: rgb(98,207,255); }
td.TdClassName
{
border-color: #62CFFF;
}
.TagClassName
{
border-color: #62CFFF;
}
</style>