Shades of Fountain Blue #69AFAE
Tints of Fountain Blue #69AFAE
RGB
CMYK
RGB Variations
Color information
#69AFAE (or 0x69AFAE) is known color: Fountain Blue. HEX triplet: 69, AF and AE. RGB value is (105,175,174). Sum of RGB (Red+Green+Blue) = 105+175+174=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #69AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AFAE is #965051. Grayscale: #999999. Windows color (decimal): -9850962 or 11448169. OLE color: 11448169.
HSL color Cylindrical-coordinate representation of color #69AFAE: hue angle of 179.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AFAE is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 175 | 174 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.31 |
| HSL | 179.14º | 0.3% | 0.55% | - |
| HSV(B) | 179.14º | 0.4% | 0.69% | - |
| XYZ | 28.8 | 36.72 | 45.61 | - |
| YUV | 153.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 175 | 174 | 0.40 | 0 | 0.01 | 0.31 | 179.14 | 0.3 | 0.55 |
| Hex | 69 | AF | AE | 28 | 0 | 1 | 1F | B3 | 1E | 37 |
| Octal | 151 | 257 | 256 | 50 | 0 | 1 | 37 | 263 | 36 | 67 |
| Binary | 1101001 | 10101111 | 10101110 | 101000 | 0 | 1 | 11111 | 10110011 | 11110 | 110111 |
Color Harmonies of #69AFAE
Complementary color
Monochromatic Colors of #69AFAE
Black with #69AFAE
Text Example
Text Example
White with #69AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AFAE; }
p { color: rgb(105,175,174); }
H1.HeaderClassName
{
color: #69AFAE;
}
.AnyTagClassName
{
color: #69AFAE;
}
</style>
background-color css
<style>
a { background-color: #69AFAE; }
a { background-color: rgb(105,175,174); }
div.DivClassName
{
background-color: #69AFAE;
}
.BgClassName
{
background-color: #69AFAE;
}
</style>
border-color css
<style>
span { border-color: #69AFAE; }
span { border-color: rgb(105,175,174); }
td.TdClassName
{
border-color: #69AFAE;
}
.TagClassName
{
border-color: #69AFAE;
}
</style>