Shades of Fountain Blue #67AEB1
Tints of Fountain Blue #67AEB1
RGB
CMYK
RGB Variations
Color information
#67AEB1 (or 0x67AEB1) is known color: Fountain Blue. HEX triplet: 67, AE and B1. RGB value is (103,174,177). Sum of RGB (Red+Green+Blue) = 103+174+177=454 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.69% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 177 - color contains mainly: blue. Hex color #67AEB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AEB1 is #98514E. Grayscale: #999999. Windows color (decimal): -9982287 or 11644519. OLE color: 11644519.
HSL color Cylindrical-coordinate representation of color #67AEB1: hue angle of 182.43º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #67AEB1 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 174 | 177 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.31 |
| HSL | 182.43º | 0.32% | 0.55% | - |
| HSV(B) | 182.43º | 0.42% | 0.69% | - |
| XYZ | 28.67 | 36.33 | 47.1 | - |
| YUV | 153.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 174 | 177 | 0.42 | 0.02 | 0 | 0.31 | 182.43 | 0.32 | 0.55 |
| Hex | 67 | AE | B1 | 2A | 2 | 0 | 1F | B6 | 20 | 37 |
| Octal | 147 | 256 | 261 | 52 | 2 | 0 | 37 | 266 | 40 | 67 |
| Binary | 1100111 | 10101110 | 10110001 | 101010 | 10 | 0 | 11111 | 10110110 | 100000 | 110111 |
Color Harmonies of #67AEB1
Complementary color
Monochromatic Colors of #67AEB1
Black with #67AEB1
Text Example
Text Example
White with #67AEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AEB1; }
p { color: rgb(103,174,177); }
H1.HeaderClassName
{
color: #67AEB1;
}
.AnyTagClassName
{
color: #67AEB1;
}
</style>
background-color css
<style>
a { background-color: #67AEB1; }
a { background-color: rgb(103,174,177); }
div.DivClassName
{
background-color: #67AEB1;
}
.BgClassName
{
background-color: #67AEB1;
}
</style>
border-color css
<style>
span { border-color: #67AEB1; }
span { border-color: rgb(103,174,177); }
td.TdClassName
{
border-color: #67AEB1;
}
.TagClassName
{
border-color: #67AEB1;
}
</style>