Shades of Baby Blue #70FEED
Tints of Baby Blue #70FEED
RGB
CMYK
RGB Variations
Color information
#70FEED (or 0x70FEED) is known color: Baby Blue. HEX triplet: 70, FE and ED. RGB value is (112,254,237). Sum of RGB (Red+Green+Blue) = 112+254+237=603 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.57% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FEED is #8F0112. Grayscale: #D1D1D1. Windows color (decimal): -9371923 or 15597168. OLE color: 15597168.
HSL color Cylindrical-coordinate representation of color #70FEED: hue angle of 172.82º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FEED is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 237 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.00 |
| HSL | 172.82º | 0.99% | 0.72% | - |
| HSV(B) | 172.82º | 0.56% | 1% | - |
| XYZ | 57.41 | 80.44 | 92.62 | - |
| YUV | 209.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 237 | 0.56 | 0 | 0.07 | 0.00 | 172.82 | 0.99 | 0.72 |
| Hex | 70 | FE | ED | 38 | 0 | 7 | 0 | AD | 63 | 48 |
| Octal | 160 | 376 | 355 | 70 | 0 | 7 | 0 | 255 | 143 | 110 |
| Binary | 1110000 | 11111110 | 11101101 | 111000 | 0 | 111 | 0 | 10101101 | 1100011 | 1001000 |
Color Harmonies of #70FEED
Complementary color
Monochromatic Colors of #70FEED
Black with #70FEED
Text Example
Text Example
White with #70FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEED; }
p { color: rgb(112,254,237); }
H1.HeaderClassName
{
color: #70FEED;
}
.AnyTagClassName
{
color: #70FEED;
}
</style>
background-color css
<style>
a { background-color: #70FEED; }
a { background-color: rgb(112,254,237); }
div.DivClassName
{
background-color: #70FEED;
}
.BgClassName
{
background-color: #70FEED;
}
</style>
border-color css
<style>
span { border-color: #70FEED; }
span { border-color: rgb(112,254,237); }
td.TdClassName
{
border-color: #70FEED;
}
.TagClassName
{
border-color: #70FEED;
}
</style>