Shades of Baby Blue #70FFEE
Tints of Baby Blue #70FFEE
RGB
CMYK
RGB Variations
Color information
#70FFEE (or 0x70FFEE) is known color: Baby Blue. HEX triplet: 70, FF and EE. RGB value is (112,255,238). Sum of RGB (Red+Green+Blue) = 112+255+238=605 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.51% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFEE is #8F0011. Grayscale: #D2D2D2. Windows color (decimal): -9371666 or 15662960. OLE color: 15662960.
HSL color Cylindrical-coordinate representation of color #70FFEE: hue angle of 172.87º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFEE is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 238 | - |
| CMYK | 0.56 | 0 | 0.07 | 0 |
| HSL | 172.87º | 1% | 0.72% | - |
| HSV(B) | 172.87º | 0.56% | 1% | - |
| XYZ | 57.87 | 81.14 | 93.5 | - |
| YUV | 210.31 | 143.62 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 238 | 0.56 | 0 | 0.07 | 0 | 172.87 | 1 | 0.72 |
| Hex | 70 | FF | EE | 38 | 0 | 7 | 0 | AD | 64 | 48 |
| Octal | 160 | 377 | 356 | 70 | 0 | 7 | 0 | 255 | 144 | 110 |
| Binary | 1110000 | 11111111 | 11101110 | 111000 | 0 | 111 | 0 | 10101101 | 1100100 | 1001000 |
Color Harmonies of #70FFEE
Complementary color
Monochromatic Colors of #70FFEE
Black with #70FFEE
Text Example
Text Example
White with #70FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFEE; }
p { color: rgb(112,255,238); }
H1.HeaderClassName
{
color: #70FFEE;
}
.AnyTagClassName
{
color: #70FFEE;
}
</style>
background-color css
<style>
a { background-color: #70FFEE; }
a { background-color: rgb(112,255,238); }
div.DivClassName
{
background-color: #70FFEE;
}
.BgClassName
{
background-color: #70FFEE;
}
</style>
border-color css
<style>
span { border-color: #70FFEE; }
span { border-color: rgb(112,255,238); }
td.TdClassName
{
border-color: #70FFEE;
}
.TagClassName
{
border-color: #70FFEE;
}
</style>