Shades of Baby Blue #70FAEC
Tints of Baby Blue #70FAEC
RGB
CMYK
RGB Variations
Color information
#70FAEC (or 0x70FAEC) is known color: Baby Blue. HEX triplet: 70, FA and EC. RGB value is (112,250,236). Sum of RGB (Red+Green+Blue) = 112+250+236=598 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.73% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FAEC is #8F0513. Grayscale: #CFCFCF. Windows color (decimal): -9372948 or 15530608. OLE color: 15530608.
HSL color Cylindrical-coordinate representation of color #70FAEC: hue angle of 173.91º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FAEC is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 236 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.02 |
| HSL | 173.91º | 0.93% | 0.71% | - |
| HSV(B) | 173.91º | 0.55% | 0.98% | - |
| XYZ | 56.01 | 77.87 | 91.44 | - |
| YUV | 207.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 236 | 0.55 | 0 | 0.06 | 0.02 | 173.91 | 0.93 | 0.71 |
| Hex | 70 | FA | EC | 37 | 0 | 6 | 2 | AE | 5D | 47 |
| Octal | 160 | 372 | 354 | 67 | 0 | 6 | 2 | 256 | 135 | 107 |
| Binary | 1110000 | 11111010 | 11101100 | 110111 | 0 | 110 | 10 | 10101110 | 1011101 | 1000111 |
Color Harmonies of #70FAEC
Complementary color
Monochromatic Colors of #70FAEC
Black with #70FAEC
Text Example
Text Example
White with #70FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FAEC; }
p { color: rgb(112,250,236); }
H1.HeaderClassName
{
color: #70FAEC;
}
.AnyTagClassName
{
color: #70FAEC;
}
</style>
background-color css
<style>
a { background-color: #70FAEC; }
a { background-color: rgb(112,250,236); }
div.DivClassName
{
background-color: #70FAEC;
}
.BgClassName
{
background-color: #70FAEC;
}
</style>
border-color css
<style>
span { border-color: #70FAEC; }
span { border-color: rgb(112,250,236); }
td.TdClassName
{
border-color: #70FAEC;
}
.TagClassName
{
border-color: #70FAEC;
}
</style>