Shades of Baby Blue #70F2FB
Tints of Baby Blue #70F2FB
RGB
CMYK
RGB Variations
Color information
#70F2FB (or 0x70F2FB) is known color: Baby Blue. HEX triplet: 70, F2 and FB. RGB value is (112,242,251). Sum of RGB (Red+Green+Blue) = 112+242+251=605 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.51% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #70F2FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F2FB is #8F0D04. Grayscale: #CBCBCB. Windows color (decimal): -9374981 or 16511600. OLE color: 16511600.
HSL color Cylindrical-coordinate representation of color #70F2FB: hue angle of 183.88º degrees, saturation: 0.95, 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 #70F2FB is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 242 | 251 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.02 |
| HSL | 183.88º | 0.95% | 0.71% | - |
| HSV(B) | 183.88º | 0.55% | 0.98% | - |
| XYZ | 55.85 | 73.91 | 102.59 | - |
| YUV | 204.16 | 154.43 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 251 | 0.55 | 0.04 | 0 | 0.02 | 183.88 | 0.95 | 0.71 |
| Hex | 70 | F2 | FB | 37 | 4 | 0 | 2 | B8 | 5F | 47 |
| Octal | 160 | 362 | 373 | 67 | 4 | 0 | 2 | 270 | 137 | 107 |
| Binary | 1110000 | 11110010 | 11111011 | 110111 | 100 | 0 | 10 | 10111000 | 1011111 | 1000111 |
Color Harmonies of #70F2FB
Complementary color
Monochromatic Colors of #70F2FB
Black with #70F2FB
Text Example
Text Example
White with #70F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F2FB; }
p { color: rgb(112,242,251); }
H1.HeaderClassName
{
color: #70F2FB;
}
.AnyTagClassName
{
color: #70F2FB;
}
</style>
background-color css
<style>
a { background-color: #70F2FB; }
a { background-color: rgb(112,242,251); }
div.DivClassName
{
background-color: #70F2FB;
}
.BgClassName
{
background-color: #70F2FB;
}
</style>
border-color css
<style>
span { border-color: #70F2FB; }
span { border-color: rgb(112,242,251); }
td.TdClassName
{
border-color: #70F2FB;
}
.TagClassName
{
border-color: #70F2FB;
}
</style>