Shades of Baby Blue #70FCEE
Tints of Baby Blue #70FCEE
RGB
CMYK
RGB Variations
Color information
#70FCEE (or 0x70FCEE) is known color: Baby Blue. HEX triplet: 70, FC and EE. RGB value is (112,252,238). Sum of RGB (Red+Green+Blue) = 112+252+238=602 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.60% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FCEE is #8F0311. Grayscale: #D0D0D0. Windows color (decimal): -9372434 or 15662192. OLE color: 15662192.
HSL color Cylindrical-coordinate representation of color #70FCEE: hue angle of 174º 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 #70FCEE is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 238 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.01 |
| HSL | 174º | 0.96% | 0.71% | - |
| HSV(B) | 174º | 0.56% | 0.99% | - |
| XYZ | 56.93 | 79.24 | 93.18 | - |
| YUV | 208.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 238 | 0.56 | 0 | 0.06 | 0.01 | 174 | 0.96 | 0.71 |
| Hex | 70 | FC | EE | 38 | 0 | 6 | 1 | AE | 60 | 47 |
| Octal | 160 | 374 | 356 | 70 | 0 | 6 | 1 | 256 | 140 | 107 |
| Binary | 1110000 | 11111100 | 11101110 | 111000 | 0 | 110 | 1 | 10101110 | 1100000 | 1000111 |
Color Harmonies of #70FCEE
Complementary color
Monochromatic Colors of #70FCEE
Black with #70FCEE
Text Example
Text Example
White with #70FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCEE; }
p { color: rgb(112,252,238); }
H1.HeaderClassName
{
color: #70FCEE;
}
.AnyTagClassName
{
color: #70FCEE;
}
</style>
background-color css
<style>
a { background-color: #70FCEE; }
a { background-color: rgb(112,252,238); }
div.DivClassName
{
background-color: #70FCEE;
}
.BgClassName
{
background-color: #70FCEE;
}
</style>
border-color css
<style>
span { border-color: #70FCEE; }
span { border-color: rgb(112,252,238); }
td.TdClassName
{
border-color: #70FCEE;
}
.TagClassName
{
border-color: #70FCEE;
}
</style>