Shades of Baby Blue #70FCEC
Tints of Baby Blue #70FCEC
RGB
CMYK
RGB Variations
Color information
#70FCEC (or 0x70FCEC) is known color: Baby Blue. HEX triplet: 70, FC and EC. RGB value is (112,252,236). Sum of RGB (Red+Green+Blue) = 112+252+236=600 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.67% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FCEC is #8F0313. Grayscale: #D0D0D0. Windows color (decimal): -9372436 or 15531120. OLE color: 15531120.
HSL color Cylindrical-coordinate representation of color #70FCEC: hue angle of 173.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCEC is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 236 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.01 |
| HSL | 173.14º | 0.96% | 0.71% | - |
| HSV(B) | 173.14º | 0.56% | 0.99% | - |
| XYZ | 56.63 | 79.12 | 91.64 | - |
| YUV | 208.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 236 | 0.56 | 0 | 0.06 | 0.01 | 173.14 | 0.96 | 0.71 |
| Hex | 70 | FC | EC | 38 | 0 | 6 | 1 | AD | 60 | 47 |
| Octal | 160 | 374 | 354 | 70 | 0 | 6 | 1 | 255 | 140 | 107 |
| Binary | 1110000 | 11111100 | 11101100 | 111000 | 0 | 110 | 1 | 10101101 | 1100000 | 1000111 |
Color Harmonies of #70FCEC
Complementary color
Monochromatic Colors of #70FCEC
Black with #70FCEC
Text Example
Text Example
White with #70FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCEC; }
p { color: rgb(112,252,236); }
H1.HeaderClassName
{
color: #70FCEC;
}
.AnyTagClassName
{
color: #70FCEC;
}
</style>
background-color css
<style>
a { background-color: #70FCEC; }
a { background-color: rgb(112,252,236); }
div.DivClassName
{
background-color: #70FCEC;
}
.BgClassName
{
background-color: #70FCEC;
}
</style>
border-color css
<style>
span { border-color: #70FCEC; }
span { border-color: rgb(112,252,236); }
td.TdClassName
{
border-color: #70FCEC;
}
.TagClassName
{
border-color: #70FCEC;
}
</style>