Shades of Baby Blue #70FFF0
Tints of Baby Blue #70FFF0
RGB
CMYK
RGB Variations
Color information
#70FFF0 (or 0x70FFF0) is known color: Baby Blue. HEX triplet: 70, FF and F0. RGB value is (112,255,240). Sum of RGB (Red+Green+Blue) = 112+255+240=607 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.45% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFF0 is #8F000F. Grayscale: #D2D2D2. Windows color (decimal): -9371664 or 15794032. OLE color: 15794032.
HSL color Cylindrical-coordinate representation of color #70FFF0: hue angle of 173.71º 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 #70FFF0 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 240 | - |
| CMYK | 0.56 | 0 | 0.06 | 0 |
| HSL | 173.71º | 1% | 0.72% | - |
| HSV(B) | 173.71º | 0.56% | 1% | - |
| XYZ | 58.17 | 81.26 | 95.06 | - |
| YUV | 210.53 | 144.62 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 240 | 0.56 | 0 | 0.06 | 0 | 173.71 | 1 | 0.72 |
| Hex | 70 | FF | F0 | 38 | 0 | 6 | 0 | AE | 64 | 48 |
| Octal | 160 | 377 | 360 | 70 | 0 | 6 | 0 | 256 | 144 | 110 |
| Binary | 1110000 | 11111111 | 11110000 | 111000 | 0 | 110 | 0 | 10101110 | 1100100 | 1001000 |
Color Harmonies of #70FFF0
Complementary color
Monochromatic Colors of #70FFF0
Black with #70FFF0
Text Example
Text Example
White with #70FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFF0; }
p { color: rgb(112,255,240); }
H1.HeaderClassName
{
color: #70FFF0;
}
.AnyTagClassName
{
color: #70FFF0;
}
</style>
background-color css
<style>
a { background-color: #70FFF0; }
a { background-color: rgb(112,255,240); }
div.DivClassName
{
background-color: #70FFF0;
}
.BgClassName
{
background-color: #70FFF0;
}
</style>
border-color css
<style>
span { border-color: #70FFF0; }
span { border-color: rgb(112,255,240); }
td.TdClassName
{
border-color: #70FFF0;
}
.TagClassName
{
border-color: #70FFF0;
}
</style>