Shades of Baby Blue #70F6FF
Tints of Baby Blue #70F6FF
RGB
CMYK
RGB Variations
Color information
#70F6FF (or 0x70F6FF) is known color: Baby Blue. HEX triplet: 70, F6 and FF. RGB value is (112,246,255). Sum of RGB (Red+Green+Blue) = 112+246+255=613 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.27% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #70F6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F6FF is #8F0900. Grayscale: #CECECE. Windows color (decimal): -9373953 or 16774768. OLE color: 16774768.
HSL color Cylindrical-coordinate representation of color #70F6FF: hue angle of 183.78º 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 #70F6FF is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 246 | 255 | - |
| CMYK | 0.56 | 0.04 | 0 | 0 |
| HSL | 183.78º | 1% | 0.72% | - |
| HSV(B) | 183.78º | 0.56% | 1% | - |
| XYZ | 57.69 | 76.58 | 106.35 | - |
| YUV | 206.96 | 155.11 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 246 | 255 | 0.56 | 0.04 | 0 | 0 | 183.78 | 1 | 0.72 |
| Hex | 70 | F6 | FF | 38 | 4 | 0 | 0 | B8 | 64 | 48 |
| Octal | 160 | 366 | 377 | 70 | 4 | 0 | 0 | 270 | 144 | 110 |
| Binary | 1110000 | 11110110 | 11111111 | 111000 | 100 | 0 | 0 | 10111000 | 1100100 | 1001000 |
Color Harmonies of #70F6FF
Complementary color
Monochromatic Colors of #70F6FF
Black with #70F6FF
Text Example
Text Example
White with #70F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F6FF; }
p { color: rgb(112,246,255); }
H1.HeaderClassName
{
color: #70F6FF;
}
.AnyTagClassName
{
color: #70F6FF;
}
</style>
background-color css
<style>
a { background-color: #70F6FF; }
a { background-color: rgb(112,246,255); }
div.DivClassName
{
background-color: #70F6FF;
}
.BgClassName
{
background-color: #70F6FF;
}
</style>
border-color css
<style>
span { border-color: #70F6FF; }
span { border-color: rgb(112,246,255); }
td.TdClassName
{
border-color: #70F6FF;
}
.TagClassName
{
border-color: #70F6FF;
}
</style>