Shades of Baby Blue #70F2FA
Tints of Baby Blue #70F2FA
RGB
CMYK
RGB Variations
Color information
#70F2FA (or 0x70F2FA) is known color: Baby Blue. HEX triplet: 70, F2 and FA. RGB value is (112,242,250). Sum of RGB (Red+Green+Blue) = 112+242+250=604 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.54% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #70F2FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F2FA is #8F0D05. Grayscale: #CBCBCB. Windows color (decimal): -9374982 or 16446064. OLE color: 16446064.
HSL color Cylindrical-coordinate representation of color #70F2FA: hue angle of 183.48º 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 #70F2FA is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 242 | 250 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.02 |
| HSL | 183.48º | 0.93% | 0.71% | - |
| HSV(B) | 183.48º | 0.55% | 0.98% | - |
| XYZ | 55.69 | 73.85 | 101.76 | - |
| YUV | 204.04 | 153.93 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 250 | 0.55 | 0.03 | 0 | 0.02 | 183.48 | 0.93 | 0.71 |
| Hex | 70 | F2 | FA | 37 | 3 | 0 | 2 | B7 | 5D | 47 |
| Octal | 160 | 362 | 372 | 67 | 3 | 0 | 2 | 267 | 135 | 107 |
| Binary | 1110000 | 11110010 | 11111010 | 110111 | 11 | 0 | 10 | 10110111 | 1011101 | 1000111 |
Color Harmonies of #70F2FA
Complementary color
Monochromatic Colors of #70F2FA
Black with #70F2FA
Text Example
Text Example
White with #70F2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F2FA; }
p { color: rgb(112,242,250); }
H1.HeaderClassName
{
color: #70F2FA;
}
.AnyTagClassName
{
color: #70F2FA;
}
</style>
background-color css
<style>
a { background-color: #70F2FA; }
a { background-color: rgb(112,242,250); }
div.DivClassName
{
background-color: #70F2FA;
}
.BgClassName
{
background-color: #70F2FA;
}
</style>
border-color css
<style>
span { border-color: #70F2FA; }
span { border-color: rgb(112,242,250); }
td.TdClassName
{
border-color: #70F2FA;
}
.TagClassName
{
border-color: #70F2FA;
}
</style>