Shades of Baby Blue #62EEF2
Tints of Baby Blue #62EEF2
RGB
CMYK
RGB Variations
Color information
#62EEF2 (or 0x62EEF2) is known color: Baby Blue. HEX triplet: 62, EE and F2. RGB value is (98,238,242). Sum of RGB (Red+Green+Blue) = 98+238+242=578 (76% of max value = 765). Red value is 98 (38.67% from 255 or 16.96% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #62EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62EEF2 is #9D110D. Grayscale: #C4C4C4. Windows color (decimal): -10293518 or 15920738. OLE color: 15920738.
HSL color Cylindrical-coordinate representation of color #62EEF2: hue angle of 181.67º 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 #62EEF2 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 238 | 242 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.05 |
| HSL | 181.67º | 0.85% | 0.67% | - |
| HSV(B) | 181.67º | 0.6% | 0.95% | - |
| XYZ | 51.64 | 70.16 | 94.82 | - |
| YUV | 196.6 | 153.62 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 238 | 242 | 0.60 | 0.02 | 0 | 0.05 | 181.67 | 0.85 | 0.67 |
| Hex | 62 | EE | F2 | 3C | 2 | 0 | 5 | B6 | 55 | 43 |
| Octal | 142 | 356 | 362 | 74 | 2 | 0 | 5 | 266 | 125 | 103 |
| Binary | 1100010 | 11101110 | 11110010 | 111100 | 10 | 0 | 101 | 10110110 | 1010101 | 1000011 |
Color Harmonies of #62EEF2
Complementary color
Monochromatic Colors of #62EEF2
Black with #62EEF2
Text Example
Text Example
White with #62EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EEF2; }
p { color: rgb(98,238,242); }
H1.HeaderClassName
{
color: #62EEF2;
}
.AnyTagClassName
{
color: #62EEF2;
}
</style>
background-color css
<style>
a { background-color: #62EEF2; }
a { background-color: rgb(98,238,242); }
div.DivClassName
{
background-color: #62EEF2;
}
.BgClassName
{
background-color: #62EEF2;
}
</style>
border-color css
<style>
span { border-color: #62EEF2; }
span { border-color: rgb(98,238,242); }
td.TdClassName
{
border-color: #62EEF2;
}
.TagClassName
{
border-color: #62EEF2;
}
</style>