Shades of Baby Blue #70FCFC
Tints of Baby Blue #70FCFC
RGB
CMYK
RGB Variations
Color information
#70FCFC (or 0x70FCFC) is known color: Baby Blue. HEX triplet: 70, FC and FC. RGB value is (112,252,252). Sum of RGB (Red+Green+Blue) = 112+252+252=616 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.18% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #70FCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FCFC is #8F0303. Grayscale: #D1D1D1. Windows color (decimal): -9372420 or 16579696. OLE color: 16579696.
HSL color Cylindrical-coordinate representation of color #70FCFC: hue angle of 180º 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 #70FCFC is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 252 | - |
| CMYK | 0.56 | 0 | 0 | 0.01 |
| HSL | 180º | 0.96% | 0.71% | - |
| HSV(B) | 180º | 0.56% | 0.99% | - |
| XYZ | 59.06 | 80.09 | 104.44 | - |
| YUV | 210.14 | 151.62 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 252 | 0.56 | 0 | 0 | 0.01 | 180 | 0.96 | 0.71 |
| Hex | 70 | FC | FC | 38 | 0 | 0 | 1 | B4 | 60 | 47 |
| Octal | 160 | 374 | 374 | 70 | 0 | 0 | 1 | 264 | 140 | 107 |
| Binary | 1110000 | 11111100 | 11111100 | 111000 | 0 | 0 | 1 | 10110100 | 1100000 | 1000111 |
Color Harmonies of #70FCFC
Complementary color
Monochromatic Colors of #70FCFC
Black with #70FCFC
Text Example
Text Example
White with #70FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCFC; }
p { color: rgb(112,252,252); }
H1.HeaderClassName
{
color: #70FCFC;
}
.AnyTagClassName
{
color: #70FCFC;
}
</style>
background-color css
<style>
a { background-color: #70FCFC; }
a { background-color: rgb(112,252,252); }
div.DivClassName
{
background-color: #70FCFC;
}
.BgClassName
{
background-color: #70FCFC;
}
</style>
border-color css
<style>
span { border-color: #70FCFC; }
span { border-color: rgb(112,252,252); }
td.TdClassName
{
border-color: #70FCFC;
}
.TagClassName
{
border-color: #70FCFC;
}
</style>