Shades of Baby Blue #70FBED
Tints of Baby Blue #70FBED
RGB
CMYK
RGB Variations
Color information
#70FBED (or 0x70FBED) is known color: Baby Blue. HEX triplet: 70, FB and ED. RGB value is (112,251,237). Sum of RGB (Red+Green+Blue) = 112+251+237=600 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.67% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FBED is #8F0412. Grayscale: #CFCFCF. Windows color (decimal): -9372691 or 15596400. OLE color: 15596400.
HSL color Cylindrical-coordinate representation of color #70FBED: hue angle of 173.96º 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 #70FBED is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 237 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.02 |
| HSL | 173.96º | 0.95% | 0.71% | - |
| HSV(B) | 173.96º | 0.55% | 0.98% | - |
| XYZ | 56.47 | 78.55 | 92.31 | - |
| YUV | 207.84 | 144.45 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 237 | 0.55 | 0 | 0.06 | 0.02 | 173.96 | 0.95 | 0.71 |
| Hex | 70 | FB | ED | 37 | 0 | 6 | 2 | AE | 5F | 47 |
| Octal | 160 | 373 | 355 | 67 | 0 | 6 | 2 | 256 | 137 | 107 |
| Binary | 1110000 | 11111011 | 11101101 | 110111 | 0 | 110 | 10 | 10101110 | 1011111 | 1000111 |
Color Harmonies of #70FBED
Complementary color
Monochromatic Colors of #70FBED
Black with #70FBED
Text Example
Text Example
White with #70FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FBED; }
p { color: rgb(112,251,237); }
H1.HeaderClassName
{
color: #70FBED;
}
.AnyTagClassName
{
color: #70FBED;
}
</style>
background-color css
<style>
a { background-color: #70FBED; }
a { background-color: rgb(112,251,237); }
div.DivClassName
{
background-color: #70FBED;
}
.BgClassName
{
background-color: #70FBED;
}
</style>
border-color css
<style>
span { border-color: #70FBED; }
span { border-color: rgb(112,251,237); }
td.TdClassName
{
border-color: #70FBED;
}
.TagClassName
{
border-color: #70FBED;
}
</style>