Shades of Baby Blue #70FDFE
Tints of Baby Blue #70FDFE
RGB
CMYK
RGB Variations
Color information
#70FDFE (or 0x70FDFE) is known color: Baby Blue. HEX triplet: 70, FD and FE. RGB value is (112,253,254). Sum of RGB (Red+Green+Blue) = 112+253+254=619 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.09% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #70FDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FDFE is #8F0201. Grayscale: #D2D2D2. Windows color (decimal): -9372162 or 16711024. OLE color: 16711024.
HSL color Cylindrical-coordinate representation of color #70FDFE: hue angle of 180.42º 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 #70FDFE is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 253 | 254 | - |
| CMYK | 0.56 | 0.00 | 0 | 0.00 |
| HSL | 180.42º | 0.99% | 0.72% | - |
| HSV(B) | 180.42º | 0.56% | 1% | - |
| XYZ | 59.7 | 80.85 | 106.23 | - |
| YUV | 210.96 | 152.29 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 253 | 254 | 0.56 | 0.00 | 0 | 0.00 | 180.42 | 0.99 | 0.72 |
| Hex | 70 | FD | FE | 38 | 0 | 0 | 0 | B4 | 63 | 48 |
| Octal | 160 | 375 | 376 | 70 | 0 | 0 | 0 | 264 | 143 | 110 |
| Binary | 1110000 | 11111101 | 11111110 | 111000 | 0 | 0 | 0 | 10110100 | 1100011 | 1001000 |
Color Harmonies of #70FDFE
Complementary color
Monochromatic Colors of #70FDFE
Black with #70FDFE
Text Example
Text Example
White with #70FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FDFE; }
p { color: rgb(112,253,254); }
H1.HeaderClassName
{
color: #70FDFE;
}
.AnyTagClassName
{
color: #70FDFE;
}
</style>
background-color css
<style>
a { background-color: #70FDFE; }
a { background-color: rgb(112,253,254); }
div.DivClassName
{
background-color: #70FDFE;
}
.BgClassName
{
background-color: #70FDFE;
}
</style>
border-color css
<style>
span { border-color: #70FDFE; }
span { border-color: rgb(112,253,254); }
td.TdClassName
{
border-color: #70FDFE;
}
.TagClassName
{
border-color: #70FDFE;
}
</style>