Shades of Baby Blue #70FEFF
Tints of Baby Blue #70FEFF
RGB
CMYK
RGB Variations
Color information
#70FEFF (or 0x70FEFF) is known color: Baby Blue. HEX triplet: 70, FE and FF. RGB value is (112,254,255). Sum of RGB (Red+Green+Blue) = 112+254+255=621 (82% of max value = 765). Red value is 112 (44.14% from 255 or 18.04% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #70FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FEFF is #8F0100. Grayscale: #D3D3D3. Windows color (decimal): -9371905 or 16776816. OLE color: 16776816.
HSL color Cylindrical-coordinate representation of color #70FEFF: hue angle of 180.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FEFF is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 254 | 255 | - |
| CMYK | 0.56 | 0.00 | 0 | 0 |
| HSL | 180.42º | 1% | 0.72% | - |
| HSV(B) | 180.42º | 0.56% | 1% | - |
| XYZ | 60.17 | 81.55 | 107.18 | - |
| YUV | 211.66 | 152.46 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 255 | 0.56 | 0.00 | 0 | 0 | 180.42 | 1 | 0.72 |
| Hex | 70 | FE | FF | 38 | 0 | 0 | 0 | B4 | 64 | 48 |
| Octal | 160 | 376 | 377 | 70 | 0 | 0 | 0 | 264 | 144 | 110 |
| Binary | 1110000 | 11111110 | 11111111 | 111000 | 0 | 0 | 0 | 10110100 | 1100100 | 1001000 |
Color Harmonies of #70FEFF
Complementary color
Monochromatic Colors of #70FEFF
Black with #70FEFF
Text Example
Text Example
White with #70FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEFF; }
p { color: rgb(112,254,255); }
H1.HeaderClassName
{
color: #70FEFF;
}
.AnyTagClassName
{
color: #70FEFF;
}
</style>
background-color css
<style>
a { background-color: #70FEFF; }
a { background-color: rgb(112,254,255); }
div.DivClassName
{
background-color: #70FEFF;
}
.BgClassName
{
background-color: #70FEFF;
}
</style>
border-color css
<style>
span { border-color: #70FEFF; }
span { border-color: rgb(112,254,255); }
td.TdClassName
{
border-color: #70FEFF;
}
.TagClassName
{
border-color: #70FEFF;
}
</style>