Shades of Baby Blue #70FAFA
Tints of Baby Blue #70FAFA
RGB
CMYK
RGB Variations
Color information
#70FAFA (or 0x70FAFA) is known color: Baby Blue. HEX triplet: 70, FA and FA. RGB value is (112,250,250). Sum of RGB (Red+Green+Blue) = 112+250+250=612 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.30% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #70FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FAFA is #8F0505. Grayscale: #D0D0D0. Windows color (decimal): -9372934 or 16448112. OLE color: 16448112.
HSL color Cylindrical-coordinate representation of color #70FAFA: hue angle of 180º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FAFA is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 250 | - |
| CMYK | 0.55 | 0 | 0 | 0.02 |
| HSL | 180º | 0.93% | 0.71% | - |
| HSV(B) | 180º | 0.55% | 0.98% | - |
| XYZ | 58.12 | 78.72 | 102.57 | - |
| YUV | 208.74 | 151.28 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 250 | 0.55 | 0 | 0 | 0.02 | 180 | 0.93 | 0.71 |
| Hex | 70 | FA | FA | 37 | 0 | 0 | 2 | B4 | 5D | 47 |
| Octal | 160 | 372 | 372 | 67 | 0 | 0 | 2 | 264 | 135 | 107 |
| Binary | 1110000 | 11111010 | 11111010 | 110111 | 0 | 0 | 10 | 10110100 | 1011101 | 1000111 |
Color Harmonies of #70FAFA
Complementary color
Monochromatic Colors of #70FAFA
Black with #70FAFA
Text Example
Text Example
White with #70FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FAFA; }
p { color: rgb(112,250,250); }
H1.HeaderClassName
{
color: #70FAFA;
}
.AnyTagClassName
{
color: #70FAFA;
}
</style>
background-color css
<style>
a { background-color: #70FAFA; }
a { background-color: rgb(112,250,250); }
div.DivClassName
{
background-color: #70FAFA;
}
.BgClassName
{
background-color: #70FAFA;
}
</style>
border-color css
<style>
span { border-color: #70FAFA; }
span { border-color: rgb(112,250,250); }
td.TdClassName
{
border-color: #70FAFA;
}
.TagClassName
{
border-color: #70FAFA;
}
</style>