Shades of Baby Blue #70FEEF
Tints of Baby Blue #70FEEF
RGB
CMYK
RGB Variations
Color information
#70FEEF (or 0x70FEEF) is known color: Baby Blue. HEX triplet: 70, FE and EF. RGB value is (112,254,239). Sum of RGB (Red+Green+Blue) = 112+254+239=605 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.51% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FEEF is #8F0110. Grayscale: #D1D1D1. Windows color (decimal): -9371921 or 15728240. OLE color: 15728240.
HSL color Cylindrical-coordinate representation of color #70FEEF: hue angle of 173.66º 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 #70FEEF is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 239 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.00 |
| HSL | 173.66º | 0.99% | 0.72% | - |
| HSV(B) | 173.66º | 0.56% | 1% | - |
| XYZ | 57.7 | 80.56 | 94.17 | - |
| YUV | 209.83 | 144.46 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 239 | 0.56 | 0 | 0.06 | 0.00 | 173.66 | 0.99 | 0.72 |
| Hex | 70 | FE | EF | 38 | 0 | 6 | 0 | AE | 63 | 48 |
| Octal | 160 | 376 | 357 | 70 | 0 | 6 | 0 | 256 | 143 | 110 |
| Binary | 1110000 | 11111110 | 11101111 | 111000 | 0 | 110 | 0 | 10101110 | 1100011 | 1001000 |
Color Harmonies of #70FEEF
Complementary color
Monochromatic Colors of #70FEEF
Black with #70FEEF
Text Example
Text Example
White with #70FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEEF; }
p { color: rgb(112,254,239); }
H1.HeaderClassName
{
color: #70FEEF;
}
.AnyTagClassName
{
color: #70FEEF;
}
</style>
background-color css
<style>
a { background-color: #70FEEF; }
a { background-color: rgb(112,254,239); }
div.DivClassName
{
background-color: #70FEEF;
}
.BgClassName
{
background-color: #70FEEF;
}
</style>
border-color css
<style>
span { border-color: #70FEEF; }
span { border-color: rgb(112,254,239); }
td.TdClassName
{
border-color: #70FEEF;
}
.TagClassName
{
border-color: #70FEEF;
}
</style>