Shades of Baby Blue #70FCEF
Tints of Baby Blue #70FCEF
RGB
CMYK
RGB Variations
Color information
#70FCEF (or 0x70FCEF) is known color: Baby Blue. HEX triplet: 70, FC and EF. RGB value is (112,252,239). Sum of RGB (Red+Green+Blue) = 112+252+239=603 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.57% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FCEF is #8F0310. Grayscale: #D0D0D0. Windows color (decimal): -9372433 or 15727728. OLE color: 15727728.
HSL color Cylindrical-coordinate representation of color #70FCEF: hue angle of 174.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCEF is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 239 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.01 |
| HSL | 174.43º | 0.96% | 0.71% | - |
| HSV(B) | 174.43º | 0.56% | 0.99% | - |
| XYZ | 57.07 | 79.3 | 93.96 | - |
| YUV | 208.66 | 145.12 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 239 | 0.56 | 0 | 0.05 | 0.01 | 174.43 | 0.96 | 0.71 |
| Hex | 70 | FC | EF | 38 | 0 | 5 | 1 | AE | 60 | 47 |
| Octal | 160 | 374 | 357 | 70 | 0 | 5 | 1 | 256 | 140 | 107 |
| Binary | 1110000 | 11111100 | 11101111 | 111000 | 0 | 101 | 1 | 10101110 | 1100000 | 1000111 |
Color Harmonies of #70FCEF
Complementary color
Monochromatic Colors of #70FCEF
Black with #70FCEF
Text Example
Text Example
White with #70FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCEF; }
p { color: rgb(112,252,239); }
H1.HeaderClassName
{
color: #70FCEF;
}
.AnyTagClassName
{
color: #70FCEF;
}
</style>
background-color css
<style>
a { background-color: #70FCEF; }
a { background-color: rgb(112,252,239); }
div.DivClassName
{
background-color: #70FCEF;
}
.BgClassName
{
background-color: #70FCEF;
}
</style>
border-color css
<style>
span { border-color: #70FCEF; }
span { border-color: rgb(112,252,239); }
td.TdClassName
{
border-color: #70FCEF;
}
.TagClassName
{
border-color: #70FCEF;
}
</style>