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