Shades of Baby Blue #70FEF3
Tints of Baby Blue #70FEF3
RGB
CMYK
RGB Variations
Color information
#70FEF3 (or 0x70FEF3) is known color: Baby Blue. HEX triplet: 70, FE and F3. RGB value is (112,254,243). Sum of RGB (Red+Green+Blue) = 112+254+243=609 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.39% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FEF3 is #8F010C. Grayscale: #D2D2D2. Windows color (decimal): -9371917 or 15990384. OLE color: 15990384.
HSL color Cylindrical-coordinate representation of color #70FEF3: hue angle of 175.35º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FEF3 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 243 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.00 |
| HSL | 175.35º | 0.99% | 0.72% | - |
| HSV(B) | 175.35º | 0.56% | 1% | - |
| XYZ | 58.3 | 80.8 | 97.32 | - |
| YUV | 210.29 | 146.46 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 243 | 0.56 | 0 | 0.04 | 0.00 | 175.35 | 0.99 | 0.72 |
| Hex | 70 | FE | F3 | 38 | 0 | 4 | 0 | AF | 63 | 48 |
| Octal | 160 | 376 | 363 | 70 | 0 | 4 | 0 | 257 | 143 | 110 |
| Binary | 1110000 | 11111110 | 11110011 | 111000 | 0 | 100 | 0 | 10101111 | 1100011 | 1001000 |
Color Harmonies of #70FEF3
Complementary color
Monochromatic Colors of #70FEF3
Black with #70FEF3
Text Example
Text Example
White with #70FEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEF3; }
p { color: rgb(112,254,243); }
H1.HeaderClassName
{
color: #70FEF3;
}
.AnyTagClassName
{
color: #70FEF3;
}
</style>
background-color css
<style>
a { background-color: #70FEF3; }
a { background-color: rgb(112,254,243); }
div.DivClassName
{
background-color: #70FEF3;
}
.BgClassName
{
background-color: #70FEF3;
}
</style>
border-color css
<style>
span { border-color: #70FEF3; }
span { border-color: rgb(112,254,243); }
td.TdClassName
{
border-color: #70FEF3;
}
.TagClassName
{
border-color: #70FEF3;
}
</style>