Shades of Baby Blue #70FFF1
Tints of Baby Blue #70FFF1
RGB
CMYK
RGB Variations
Color information
#70FFF1 (or 0x70FFF1) is known color: Baby Blue. HEX triplet: 70, FF and F1. RGB value is (112,255,241). Sum of RGB (Red+Green+Blue) = 112+255+241=608 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.42% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFF1 is #8F000E. Grayscale: #D2D2D2. Windows color (decimal): -9371663 or 15859568. OLE color: 15859568.
HSL color Cylindrical-coordinate representation of color #70FFF1: hue angle of 174.13º 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 #70FFF1 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 241 | - |
| CMYK | 0.56 | 0 | 0.05 | 0 |
| HSL | 174.13º | 1% | 0.72% | - |
| HSV(B) | 174.13º | 0.56% | 1% | - |
| XYZ | 58.32 | 81.32 | 95.84 | - |
| YUV | 210.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 241 | 0.56 | 0 | 0.05 | 0 | 174.13 | 1 | 0.72 |
| Hex | 70 | FF | F1 | 38 | 0 | 5 | 0 | AE | 64 | 48 |
| Octal | 160 | 377 | 361 | 70 | 0 | 5 | 0 | 256 | 144 | 110 |
| Binary | 1110000 | 11111111 | 11110001 | 111000 | 0 | 101 | 0 | 10101110 | 1100100 | 1001000 |
Color Harmonies of #70FFF1
Complementary color
Monochromatic Colors of #70FFF1
Black with #70FFF1
Text Example
Text Example
White with #70FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFF1; }
p { color: rgb(112,255,241); }
H1.HeaderClassName
{
color: #70FFF1;
}
.AnyTagClassName
{
color: #70FFF1;
}
</style>
background-color css
<style>
a { background-color: #70FFF1; }
a { background-color: rgb(112,255,241); }
div.DivClassName
{
background-color: #70FFF1;
}
.BgClassName
{
background-color: #70FFF1;
}
</style>
border-color css
<style>
span { border-color: #70FFF1; }
span { border-color: rgb(112,255,241); }
td.TdClassName
{
border-color: #70FFF1;
}
.TagClassName
{
border-color: #70FFF1;
}
</style>