Shades of Baby Blue #70FFFA
Tints of Baby Blue #70FFFA
RGB
CMYK
RGB Variations
Color information
#70FFFA (or 0x70FFFA) is known color: Baby Blue. HEX triplet: 70, FF and FA. RGB value is (112,255,250). Sum of RGB (Red+Green+Blue) = 112+255+250=617 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.15% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFFA is #8F0005. Grayscale: #D3D3D3. Windows color (decimal): -9371654 or 16449392. OLE color: 16449392.
HSL color Cylindrical-coordinate representation of color #70FFFA: hue angle of 177.9º 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 #70FFFA is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 250 | - |
| CMYK | 0.56 | 0 | 0.02 | 0 |
| HSL | 177.9º | 1% | 0.72% | - |
| HSV(B) | 177.9º | 0.56% | 1% | - |
| XYZ | 59.7 | 81.87 | 103.1 | - |
| YUV | 211.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 250 | 0.56 | 0 | 0.02 | 0 | 177.9 | 1 | 0.72 |
| Hex | 70 | FF | FA | 38 | 0 | 2 | 0 | B2 | 64 | 48 |
| Octal | 160 | 377 | 372 | 70 | 0 | 2 | 0 | 262 | 144 | 110 |
| Binary | 1110000 | 11111111 | 11111010 | 111000 | 0 | 10 | 0 | 10110010 | 1100100 | 1001000 |
Color Harmonies of #70FFFA
Complementary color
Monochromatic Colors of #70FFFA
Black with #70FFFA
Text Example
Text Example
White with #70FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFFA; }
p { color: rgb(112,255,250); }
H1.HeaderClassName
{
color: #70FFFA;
}
.AnyTagClassName
{
color: #70FFFA;
}
</style>
background-color css
<style>
a { background-color: #70FFFA; }
a { background-color: rgb(112,255,250); }
div.DivClassName
{
background-color: #70FFFA;
}
.BgClassName
{
background-color: #70FFFA;
}
</style>
border-color css
<style>
span { border-color: #70FFFA; }
span { border-color: rgb(112,255,250); }
td.TdClassName
{
border-color: #70FFFA;
}
.TagClassName
{
border-color: #70FFFA;
}
</style>