Shades of Baby Blue #70F8EC
Tints of Baby Blue #70F8EC
RGB
CMYK
RGB Variations
Color information
#70F8EC (or 0x70F8EC) is known color: Baby Blue. HEX triplet: 70, F8 and EC. RGB value is (112,248,236). Sum of RGB (Red+Green+Blue) = 112+248+236=596 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.79% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #70F8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F8EC is #8F0713. Grayscale: #CDCDCD. Windows color (decimal): -9373460 or 15530096. OLE color: 15530096.
HSL color Cylindrical-coordinate representation of color #70F8EC: hue angle of 174.71º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F8EC is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 248 | 236 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.03 |
| HSL | 174.71º | 0.91% | 0.71% | - |
| HSV(B) | 174.71º | 0.55% | 0.97% | - |
| XYZ | 55.39 | 76.64 | 91.23 | - |
| YUV | 205.97 | 144.94 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 248 | 236 | 0.55 | 0 | 0.05 | 0.03 | 174.71 | 0.91 | 0.71 |
| Hex | 70 | F8 | EC | 37 | 0 | 5 | 3 | AF | 5B | 47 |
| Octal | 160 | 370 | 354 | 67 | 0 | 5 | 3 | 257 | 133 | 107 |
| Binary | 1110000 | 11111000 | 11101100 | 110111 | 0 | 101 | 11 | 10101111 | 1011011 | 1000111 |
Color Harmonies of #70F8EC
Complementary color
Monochromatic Colors of #70F8EC
Black with #70F8EC
Text Example
Text Example
White with #70F8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F8EC; }
p { color: rgb(112,248,236); }
H1.HeaderClassName
{
color: #70F8EC;
}
.AnyTagClassName
{
color: #70F8EC;
}
</style>
background-color css
<style>
a { background-color: #70F8EC; }
a { background-color: rgb(112,248,236); }
div.DivClassName
{
background-color: #70F8EC;
}
.BgClassName
{
background-color: #70F8EC;
}
</style>
border-color css
<style>
span { border-color: #70F8EC; }
span { border-color: rgb(112,248,236); }
td.TdClassName
{
border-color: #70F8EC;
}
.TagClassName
{
border-color: #70F8EC;
}
</style>