Shades of Baby Blue #62EFF2
Tints of Baby Blue #62EFF2
RGB
CMYK
RGB Variations
Color information
#62EFF2 (or 0x62EFF2) is known color: Baby Blue. HEX triplet: 62, EF and F2. RGB value is (98,239,242). Sum of RGB (Red+Green+Blue) = 98+239+242=579 (76% of max value = 765). Red value is 98 (38.67% from 255 or 16.93% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #62EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62EFF2 is #9D100D. Grayscale: #C5C5C5. Windows color (decimal): -10293262 or 15920994. OLE color: 15920994.
HSL color Cylindrical-coordinate representation of color #62EFF2: hue angle of 181.25º 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 #62EFF2 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 239 | 242 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.05 |
| HSL | 181.25º | 0.85% | 0.67% | - |
| HSV(B) | 181.25º | 0.6% | 0.95% | - |
| XYZ | 51.93 | 70.74 | 94.92 | - |
| YUV | 197.18 | 153.29 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 239 | 242 | 0.60 | 0.01 | 0 | 0.05 | 181.25 | 0.85 | 0.67 |
| Hex | 62 | EF | F2 | 3C | 1 | 0 | 5 | B5 | 55 | 43 |
| Octal | 142 | 357 | 362 | 74 | 1 | 0 | 5 | 265 | 125 | 103 |
| Binary | 1100010 | 11101111 | 11110010 | 111100 | 1 | 0 | 101 | 10110101 | 1010101 | 1000011 |
Color Harmonies of #62EFF2
Complementary color
Monochromatic Colors of #62EFF2
Black with #62EFF2
Text Example
Text Example
White with #62EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EFF2; }
p { color: rgb(98,239,242); }
H1.HeaderClassName
{
color: #62EFF2;
}
.AnyTagClassName
{
color: #62EFF2;
}
</style>
background-color css
<style>
a { background-color: #62EFF2; }
a { background-color: rgb(98,239,242); }
div.DivClassName
{
background-color: #62EFF2;
}
.BgClassName
{
background-color: #62EFF2;
}
</style>
border-color css
<style>
span { border-color: #62EFF2; }
span { border-color: rgb(98,239,242); }
td.TdClassName
{
border-color: #62EFF2;
}
.TagClassName
{
border-color: #62EFF2;
}
</style>