Shades of Baby Blue #70FFF9
Tints of Baby Blue #70FFF9
RGB
CMYK
RGB Variations
Color information
#70FFF9 (or 0x70FFF9) is known color: Baby Blue. HEX triplet: 70, FF and F9. RGB value is (112,255,249). Sum of RGB (Red+Green+Blue) = 112+255+249=616 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.18% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFF9 is #8F0006. Grayscale: #D3D3D3. Windows color (decimal): -9371655 or 16383856. OLE color: 16383856.
HSL color Cylindrical-coordinate representation of color #70FFF9: hue angle of 177.48º 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 #70FFF9 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 249 | - |
| CMYK | 0.56 | 0 | 0.02 | 0 |
| HSL | 177.48º | 1% | 0.72% | - |
| HSV(B) | 177.48º | 0.56% | 1% | - |
| XYZ | 59.54 | 81.8 | 102.27 | - |
| YUV | 211.56 | 149.12 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 249 | 0.56 | 0 | 0.02 | 0 | 177.48 | 1 | 0.72 |
| Hex | 70 | FF | F9 | 38 | 0 | 2 | 0 | B1 | 64 | 48 |
| Octal | 160 | 377 | 371 | 70 | 0 | 2 | 0 | 261 | 144 | 110 |
| Binary | 1110000 | 11111111 | 11111001 | 111000 | 0 | 10 | 0 | 10110001 | 1100100 | 1001000 |
Color Harmonies of #70FFF9
Complementary color
Monochromatic Colors of #70FFF9
Black with #70FFF9
Text Example
Text Example
White with #70FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFF9; }
p { color: rgb(112,255,249); }
H1.HeaderClassName
{
color: #70FFF9;
}
.AnyTagClassName
{
color: #70FFF9;
}
</style>
background-color css
<style>
a { background-color: #70FFF9; }
a { background-color: rgb(112,255,249); }
div.DivClassName
{
background-color: #70FFF9;
}
.BgClassName
{
background-color: #70FFF9;
}
</style>
border-color css
<style>
span { border-color: #70FFF9; }
span { border-color: rgb(112,255,249); }
td.TdClassName
{
border-color: #70FFF9;
}
.TagClassName
{
border-color: #70FFF9;
}
</style>