Shades of Baby Blue #70EFF1
Tints of Baby Blue #70EFF1
RGB
CMYK
RGB Variations
Color information
#70EFF1 (or 0x70EFF1) is known color: Baby Blue. HEX triplet: 70, EF and F1. RGB value is (112,239,241). Sum of RGB (Red+Green+Blue) = 112+239+241=592 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.92% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #70EFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EFF1 is #8F100E. Grayscale: #C9C9C9. Windows color (decimal): -9375759 or 15855472. OLE color: 15855472.
HSL color Cylindrical-coordinate representation of color #70EFF1: hue angle of 180.93º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70EFF1 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 239 | 241 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.05 |
| HSL | 180.93º | 0.82% | 0.69% | - |
| HSV(B) | 180.93º | 0.54% | 0.95% | - |
| XYZ | 53.43 | 71.53 | 94.21 | - |
| YUV | 201.26 | 150.42 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 239 | 241 | 0.54 | 0.01 | 0 | 0.05 | 180.93 | 0.82 | 0.69 |
| Hex | 70 | EF | F1 | 36 | 1 | 0 | 5 | B5 | 52 | 45 |
| Octal | 160 | 357 | 361 | 66 | 1 | 0 | 5 | 265 | 122 | 105 |
| Binary | 1110000 | 11101111 | 11110001 | 110110 | 1 | 0 | 101 | 10110101 | 1010010 | 1000101 |
Color Harmonies of #70EFF1
Complementary color
Monochromatic Colors of #70EFF1
Black with #70EFF1
Text Example
Text Example
White with #70EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EFF1; }
p { color: rgb(112,239,241); }
H1.HeaderClassName
{
color: #70EFF1;
}
.AnyTagClassName
{
color: #70EFF1;
}
</style>
background-color css
<style>
a { background-color: #70EFF1; }
a { background-color: rgb(112,239,241); }
div.DivClassName
{
background-color: #70EFF1;
}
.BgClassName
{
background-color: #70EFF1;
}
</style>
border-color css
<style>
span { border-color: #70EFF1; }
span { border-color: rgb(112,239,241); }
td.TdClassName
{
border-color: #70EFF1;
}
.TagClassName
{
border-color: #70EFF1;
}
</style>