Shades of Baby Blue #70FAFE
Tints of Baby Blue #70FAFE
RGB
CMYK
RGB Variations
Color information
#70FAFE (or 0x70FAFE) is known color: Baby Blue. HEX triplet: 70, FA and FE. RGB value is (112,250,254). Sum of RGB (Red+Green+Blue) = 112+250+254=616 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.18% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #70FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FAFE is #8F0501. Grayscale: #D1D1D1. Windows color (decimal): -9372930 or 16710256. OLE color: 16710256.
HSL color Cylindrical-coordinate representation of color #70FAFE: hue angle of 181.69º 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 #70FAFE is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 250 | 254 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.00 |
| HSL | 181.69º | 0.99% | 0.72% | - |
| HSV(B) | 181.69º | 0.56% | 1% | - |
| XYZ | 58.76 | 78.97 | 105.91 | - |
| YUV | 209.19 | 153.28 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 254 | 0.56 | 0.02 | 0 | 0.00 | 181.69 | 0.99 | 0.72 |
| Hex | 70 | FA | FE | 38 | 2 | 0 | 0 | B6 | 63 | 48 |
| Octal | 160 | 372 | 376 | 70 | 2 | 0 | 0 | 266 | 143 | 110 |
| Binary | 1110000 | 11111010 | 11111110 | 111000 | 10 | 0 | 0 | 10110110 | 1100011 | 1001000 |
Color Harmonies of #70FAFE
Complementary color
Monochromatic Colors of #70FAFE
Black with #70FAFE
Text Example
Text Example
White with #70FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FAFE; }
p { color: rgb(112,250,254); }
H1.HeaderClassName
{
color: #70FAFE;
}
.AnyTagClassName
{
color: #70FAFE;
}
</style>
background-color css
<style>
a { background-color: #70FAFE; }
a { background-color: rgb(112,250,254); }
div.DivClassName
{
background-color: #70FAFE;
}
.BgClassName
{
background-color: #70FAFE;
}
</style>
border-color css
<style>
span { border-color: #70FAFE; }
span { border-color: rgb(112,250,254); }
td.TdClassName
{
border-color: #70FAFE;
}
.TagClassName
{
border-color: #70FAFE;
}
</style>