Shades of Fountain Blue #69AFB8
Tints of Fountain Blue #69AFB8
RGB
CMYK
RGB Variations
Color information
#69AFB8 (or 0x69AFB8) is known color: Fountain Blue. HEX triplet: 69, AF and B8. RGB value is (105,175,184). Sum of RGB (Red+Green+Blue) = 105+175+184=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: blue. Hex color #69AFB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFB8 is #965047. Grayscale: #9A9A9A. Windows color (decimal): -9850952 or 12103529. OLE color: 12103529.
HSL color Cylindrical-coordinate representation of color #69AFB8: hue angle of 186.84º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69AFB8 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 175 | 184 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.28 |
| HSL | 186.84º | 0.36% | 0.57% | - |
| HSV(B) | 186.84º | 0.43% | 0.72% | - |
| XYZ | 29.81 | 37.12 | 50.94 | - |
| YUV | 155.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 175 | 184 | 0.43 | 0.05 | 0 | 0.28 | 186.84 | 0.36 | 0.57 |
| Hex | 69 | AF | B8 | 2B | 5 | 0 | 1C | BB | 24 | 39 |
| Octal | 151 | 257 | 270 | 53 | 5 | 0 | 34 | 273 | 44 | 71 |
| Binary | 1101001 | 10101111 | 10111000 | 101011 | 101 | 0 | 11100 | 10111011 | 100100 | 111001 |
Color Harmonies of #69AFB8
Complementary color
Monochromatic Colors of #69AFB8
Black with #69AFB8
Text Example
Text Example
White with #69AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AFB8; }
p { color: rgb(105,175,184); }
H1.HeaderClassName
{
color: #69AFB8;
}
.AnyTagClassName
{
color: #69AFB8;
}
</style>
background-color css
<style>
a { background-color: #69AFB8; }
a { background-color: rgb(105,175,184); }
div.DivClassName
{
background-color: #69AFB8;
}
.BgClassName
{
background-color: #69AFB8;
}
</style>
border-color css
<style>
span { border-color: #69AFB8; }
span { border-color: rgb(105,175,184); }
td.TdClassName
{
border-color: #69AFB8;
}
.TagClassName
{
border-color: #69AFB8;
}
</style>