Shades of Baby Blue #70FFEF
Tints of Baby Blue #70FFEF
RGB
CMYK
RGB Variations
Color information
#70FFEF (or 0x70FFEF) is known color: Baby Blue. HEX triplet: 70, FF and EF. RGB value is (112,255,239). Sum of RGB (Red+Green+Blue) = 112+255+239=606 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.48% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFEF is #8F0010. Grayscale: #D2D2D2. Windows color (decimal): -9371665 or 15728496. OLE color: 15728496.
HSL color Cylindrical-coordinate representation of color #70FFEF: hue angle of 173.29º 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 #70FFEF is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 239 | - |
| CMYK | 0.56 | 0 | 0.06 | 0 |
| HSL | 173.29º | 1% | 0.72% | - |
| HSV(B) | 173.29º | 0.56% | 1% | - |
| XYZ | 58.02 | 81.2 | 94.28 | - |
| YUV | 210.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 239 | 0.56 | 0 | 0.06 | 0 | 173.29 | 1 | 0.72 |
| Hex | 70 | FF | EF | 38 | 0 | 6 | 0 | AD | 64 | 48 |
| Octal | 160 | 377 | 357 | 70 | 0 | 6 | 0 | 255 | 144 | 110 |
| Binary | 1110000 | 11111111 | 11101111 | 111000 | 0 | 110 | 0 | 10101101 | 1100100 | 1001000 |
Color Harmonies of #70FFEF
Complementary color
Monochromatic Colors of #70FFEF
Black with #70FFEF
Text Example
Text Example
White with #70FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFEF; }
p { color: rgb(112,255,239); }
H1.HeaderClassName
{
color: #70FFEF;
}
.AnyTagClassName
{
color: #70FFEF;
}
</style>
background-color css
<style>
a { background-color: #70FFEF; }
a { background-color: rgb(112,255,239); }
div.DivClassName
{
background-color: #70FFEF;
}
.BgClassName
{
background-color: #70FFEF;
}
</style>
border-color css
<style>
span { border-color: #70FFEF; }
span { border-color: rgb(112,255,239); }
td.TdClassName
{
border-color: #70FFEF;
}
.TagClassName
{
border-color: #70FFEF;
}
</style>