Shades of Baby Blue #70FEF0
Tints of Baby Blue #70FEF0
RGB
CMYK
RGB Variations
Color information
#70FEF0 (or 0x70FEF0) is known color: Baby Blue. HEX triplet: 70, FE and F0. RGB value is (112,254,240). Sum of RGB (Red+Green+Blue) = 112+254+240=606 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.48% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FEF0 is #8F010F. Grayscale: #D1D1D1. Windows color (decimal): -9371920 or 15793776. OLE color: 15793776.
HSL color Cylindrical-coordinate representation of color #70FEF0: hue angle of 174.08º 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 #70FEF0 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 240 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.00 |
| HSL | 174.08º | 0.99% | 0.72% | - |
| HSV(B) | 174.08º | 0.56% | 1% | - |
| XYZ | 57.85 | 80.62 | 94.95 | - |
| YUV | 209.95 | 144.96 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 240 | 0.56 | 0 | 0.06 | 0.00 | 174.08 | 0.99 | 0.72 |
| Hex | 70 | FE | F0 | 38 | 0 | 6 | 0 | AE | 63 | 48 |
| Octal | 160 | 376 | 360 | 70 | 0 | 6 | 0 | 256 | 143 | 110 |
| Binary | 1110000 | 11111110 | 11110000 | 111000 | 0 | 110 | 0 | 10101110 | 1100011 | 1001000 |
Color Harmonies of #70FEF0
Complementary color
Monochromatic Colors of #70FEF0
Black with #70FEF0
Text Example
Text Example
White with #70FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEF0; }
p { color: rgb(112,254,240); }
H1.HeaderClassName
{
color: #70FEF0;
}
.AnyTagClassName
{
color: #70FEF0;
}
</style>
background-color css
<style>
a { background-color: #70FEF0; }
a { background-color: rgb(112,254,240); }
div.DivClassName
{
background-color: #70FEF0;
}
.BgClassName
{
background-color: #70FEF0;
}
</style>
border-color css
<style>
span { border-color: #70FEF0; }
span { border-color: rgb(112,254,240); }
td.TdClassName
{
border-color: #70FEF0;
}
.TagClassName
{
border-color: #70FEF0;
}
</style>