Shades of Baby Blue #70FEF6
Tints of Baby Blue #70FEF6
RGB
CMYK
RGB Variations
Color information
#70FEF6 (or 0x70FEF6) is known color: Baby Blue. HEX triplet: 70, FE and F6. RGB value is (112,254,246). Sum of RGB (Red+Green+Blue) = 112+254+246=612 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.30% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FEF6 is #8F0109. Grayscale: #D2D2D2. Windows color (decimal): -9371914 or 16186992. OLE color: 16186992.
HSL color Cylindrical-coordinate representation of color #70FEF6: hue angle of 176.62º 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 #70FEF6 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 246 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.00 |
| HSL | 176.62º | 0.99% | 0.72% | - |
| HSV(B) | 176.62º | 0.56% | 1% | - |
| XYZ | 58.76 | 80.98 | 99.72 | - |
| YUV | 210.63 | 147.96 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 246 | 0.56 | 0 | 0.03 | 0.00 | 176.62 | 0.99 | 0.72 |
| Hex | 70 | FE | F6 | 38 | 0 | 3 | 0 | B1 | 63 | 48 |
| Octal | 160 | 376 | 366 | 70 | 0 | 3 | 0 | 261 | 143 | 110 |
| Binary | 1110000 | 11111110 | 11110110 | 111000 | 0 | 11 | 0 | 10110001 | 1100011 | 1001000 |
Color Harmonies of #70FEF6
Complementary color
Monochromatic Colors of #70FEF6
Black with #70FEF6
Text Example
Text Example
White with #70FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEF6; }
p { color: rgb(112,254,246); }
H1.HeaderClassName
{
color: #70FEF6;
}
.AnyTagClassName
{
color: #70FEF6;
}
</style>
background-color css
<style>
a { background-color: #70FEF6; }
a { background-color: rgb(112,254,246); }
div.DivClassName
{
background-color: #70FEF6;
}
.BgClassName
{
background-color: #70FEF6;
}
</style>
border-color css
<style>
span { border-color: #70FEF6; }
span { border-color: rgb(112,254,246); }
td.TdClassName
{
border-color: #70FEF6;
}
.TagClassName
{
border-color: #70FEF6;
}
</style>