Shades of Fountain Blue #67AFB2
Tints of Fountain Blue #67AFB2
RGB
CMYK
RGB Variations
Color information
#67AFB2 (or 0x67AFB2) is known color: Fountain Blue. HEX triplet: 67, AF and B2. RGB value is (103,175,178). Sum of RGB (Red+Green+Blue) = 103+175+178=456 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.59% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 178 - color contains mainly: blue. Hex color #67AFB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AFB2 is #98504D. Grayscale: #999999. Windows color (decimal): -9982030 or 11710311. OLE color: 11710311.
HSL color Cylindrical-coordinate representation of color #67AFB2: hue angle of 182.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #67AFB2 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 175 | 178 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.30 |
| HSL | 182.4º | 0.33% | 0.55% | - |
| HSV(B) | 182.4º | 0.42% | 0.7% | - |
| XYZ | 28.96 | 36.76 | 47.69 | - |
| YUV | 153.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 178 | 0.42 | 0.02 | 0 | 0.30 | 182.4 | 0.33 | 0.55 |
| Hex | 67 | AF | B2 | 2A | 2 | 0 | 1E | B6 | 21 | 37 |
| Octal | 147 | 257 | 262 | 52 | 2 | 0 | 36 | 266 | 41 | 67 |
| Binary | 1100111 | 10101111 | 10110010 | 101010 | 10 | 0 | 11110 | 10110110 | 100001 | 110111 |
Color Harmonies of #67AFB2
Complementary color
Monochromatic Colors of #67AFB2
Black with #67AFB2
Text Example
Text Example
White with #67AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AFB2; }
p { color: rgb(103,175,178); }
H1.HeaderClassName
{
color: #67AFB2;
}
.AnyTagClassName
{
color: #67AFB2;
}
</style>
background-color css
<style>
a { background-color: #67AFB2; }
a { background-color: rgb(103,175,178); }
div.DivClassName
{
background-color: #67AFB2;
}
.BgClassName
{
background-color: #67AFB2;
}
</style>
border-color css
<style>
span { border-color: #67AFB2; }
span { border-color: rgb(103,175,178); }
td.TdClassName
{
border-color: #67AFB2;
}
.TagClassName
{
border-color: #67AFB2;
}
</style>