Shades of Baby Blue #70F2EB
Tints of Baby Blue #70F2EB
RGB
CMYK
RGB Variations
Color information
#70F2EB (or 0x70F2EB) is known color: Baby Blue. HEX triplet: 70, F2 and EB. RGB value is (112,242,235). Sum of RGB (Red+Green+Blue) = 112+242+235=589 (78% of max value = 765). Red value is 112 (44.14% from 255 or 19.02% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #70F2EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F2EB is #8F0D14. Grayscale: #CACACA. Windows color (decimal): -9374997 or 15463024. OLE color: 15463024.
HSL color Cylindrical-coordinate representation of color #70F2EB: hue angle of 176.77º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F2EB is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 235 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.05 |
| HSL | 176.77º | 0.83% | 0.69% | - |
| HSV(B) | 176.77º | 0.54% | 0.95% | - |
| XYZ | 53.43 | 72.95 | 89.86 | - |
| YUV | 202.33 | 146.43 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 235 | 0.54 | 0 | 0.03 | 0.05 | 176.77 | 0.83 | 0.69 |
| Hex | 70 | F2 | EB | 36 | 0 | 3 | 5 | B1 | 53 | 45 |
| Octal | 160 | 362 | 353 | 66 | 0 | 3 | 5 | 261 | 123 | 105 |
| Binary | 1110000 | 11110010 | 11101011 | 110110 | 0 | 11 | 101 | 10110001 | 1010011 | 1000101 |
Color Harmonies of #70F2EB
Complementary color
Monochromatic Colors of #70F2EB
Black with #70F2EB
Text Example
Text Example
White with #70F2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F2EB; }
p { color: rgb(112,242,235); }
H1.HeaderClassName
{
color: #70F2EB;
}
.AnyTagClassName
{
color: #70F2EB;
}
</style>
background-color css
<style>
a { background-color: #70F2EB; }
a { background-color: rgb(112,242,235); }
div.DivClassName
{
background-color: #70F2EB;
}
.BgClassName
{
background-color: #70F2EB;
}
</style>
border-color css
<style>
span { border-color: #70F2EB; }
span { border-color: rgb(112,242,235); }
td.TdClassName
{
border-color: #70F2EB;
}
.TagClassName
{
border-color: #70F2EB;
}
</style>