Shades of Fountain Blue #70B1B3
Tints of Fountain Blue #70B1B3
RGB
CMYK
RGB Variations
Color information
#70B1B3 (or 0x70B1B3) is known color: Fountain Blue. HEX triplet: 70, B1 and B3. RGB value is (112,177,179). Sum of RGB (Red+Green+Blue) = 112+177+179=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #70B1B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B1B3 is #8F4E4C. Grayscale: #9D9D9D. Windows color (decimal): -9391693 or 11776368. OLE color: 11776368.
HSL color Cylindrical-coordinate representation of color #70B1B3: hue angle of 181.79º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B1B3 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 177 | 179 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.30 |
| HSL | 181.79º | 0.31% | 0.57% | - |
| HSV(B) | 181.79º | 0.37% | 0.7% | - |
| XYZ | 30.54 | 38.14 | 48.4 | - |
| YUV | 157.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 177 | 179 | 0.37 | 0.01 | 0 | 0.30 | 181.79 | 0.31 | 0.57 |
| Hex | 70 | B1 | B3 | 25 | 1 | 0 | 1E | B6 | 1F | 39 |
| Octal | 160 | 261 | 263 | 45 | 1 | 0 | 36 | 266 | 37 | 71 |
| Binary | 1110000 | 10110001 | 10110011 | 100101 | 1 | 0 | 11110 | 10110110 | 11111 | 111001 |
Color Harmonies of #70B1B3
Complementary color
Monochromatic Colors of #70B1B3
Black with #70B1B3
Text Example
Text Example
White with #70B1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B1B3; }
p { color: rgb(112,177,179); }
H1.HeaderClassName
{
color: #70B1B3;
}
.AnyTagClassName
{
color: #70B1B3;
}
</style>
background-color css
<style>
a { background-color: #70B1B3; }
a { background-color: rgb(112,177,179); }
div.DivClassName
{
background-color: #70B1B3;
}
.BgClassName
{
background-color: #70B1B3;
}
</style>
border-color css
<style>
span { border-color: #70B1B3; }
span { border-color: rgb(112,177,179); }
td.TdClassName
{
border-color: #70B1B3;
}
.TagClassName
{
border-color: #70B1B3;
}
</style>