Shades of Baby Blue #70FCFE
Tints of Baby Blue #70FCFE
RGB
CMYK
RGB Variations
Color information
#70FCFE (or 0x70FCFE) is known color: Baby Blue. HEX triplet: 70, FC and FE. RGB value is (112,252,254). Sum of RGB (Red+Green+Blue) = 112+252+254=618 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.12% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #70FCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FCFE is #8F0301. Grayscale: #D2D2D2. Windows color (decimal): -9372418 or 16710768. OLE color: 16710768.
HSL color Cylindrical-coordinate representation of color #70FCFE: hue angle of 180.85º 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 #70FCFE is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 252 | 254 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.00 |
| HSL | 180.85º | 0.99% | 0.72% | - |
| HSV(B) | 180.85º | 0.56% | 1% | - |
| XYZ | 59.38 | 80.22 | 106.12 | - |
| YUV | 210.37 | 152.62 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 254 | 0.56 | 0.01 | 0 | 0.00 | 180.85 | 0.99 | 0.72 |
| Hex | 70 | FC | FE | 38 | 1 | 0 | 0 | B5 | 63 | 48 |
| Octal | 160 | 374 | 376 | 70 | 1 | 0 | 0 | 265 | 143 | 110 |
| Binary | 1110000 | 11111100 | 11111110 | 111000 | 1 | 0 | 0 | 10110101 | 1100011 | 1001000 |
Color Harmonies of #70FCFE
Complementary color
Monochromatic Colors of #70FCFE
Black with #70FCFE
Text Example
Text Example
White with #70FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCFE; }
p { color: rgb(112,252,254); }
H1.HeaderClassName
{
color: #70FCFE;
}
.AnyTagClassName
{
color: #70FCFE;
}
</style>
background-color css
<style>
a { background-color: #70FCFE; }
a { background-color: rgb(112,252,254); }
div.DivClassName
{
background-color: #70FCFE;
}
.BgClassName
{
background-color: #70FCFE;
}
</style>
border-color css
<style>
span { border-color: #70FCFE; }
span { border-color: rgb(112,252,254); }
td.TdClassName
{
border-color: #70FCFE;
}
.TagClassName
{
border-color: #70FCFE;
}
</style>