Shades of Baby Blue #70FFF7
Tints of Baby Blue #70FFF7
RGB
CMYK
RGB Variations
Color information
#70FFF7 (or 0x70FFF7) is known color: Baby Blue. HEX triplet: 70, FF and F7. RGB value is (112,255,247). Sum of RGB (Red+Green+Blue) = 112+255+247=614 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.24% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFF7 is #8F0008. Grayscale: #D3D3D3. Windows color (decimal): -9371657 or 16252784. OLE color: 16252784.
HSL color Cylindrical-coordinate representation of color #70FFF7: hue angle of 176.64º 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 #70FFF7 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 247 | - |
| CMYK | 0.56 | 0 | 0.03 | 0 |
| HSL | 176.64º | 1% | 0.72% | - |
| HSV(B) | 176.64º | 0.56% | 1% | - |
| XYZ | 59.23 | 81.68 | 100.64 | - |
| YUV | 211.33 | 148.12 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 247 | 0.56 | 0 | 0.03 | 0 | 176.64 | 1 | 0.72 |
| Hex | 70 | FF | F7 | 38 | 0 | 3 | 0 | B1 | 64 | 48 |
| Octal | 160 | 377 | 367 | 70 | 0 | 3 | 0 | 261 | 144 | 110 |
| Binary | 1110000 | 11111111 | 11110111 | 111000 | 0 | 11 | 0 | 10110001 | 1100100 | 1001000 |
Color Harmonies of #70FFF7
Complementary color
Monochromatic Colors of #70FFF7
Black with #70FFF7
Text Example
Text Example
White with #70FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFF7; }
p { color: rgb(112,255,247); }
H1.HeaderClassName
{
color: #70FFF7;
}
.AnyTagClassName
{
color: #70FFF7;
}
</style>
background-color css
<style>
a { background-color: #70FFF7; }
a { background-color: rgb(112,255,247); }
div.DivClassName
{
background-color: #70FFF7;
}
.BgClassName
{
background-color: #70FFF7;
}
</style>
border-color css
<style>
span { border-color: #70FFF7; }
span { border-color: rgb(112,255,247); }
td.TdClassName
{
border-color: #70FFF7;
}
.TagClassName
{
border-color: #70FFF7;
}
</style>