Shades of Fountain Blue #69B4B6
Tints of Fountain Blue #69B4B6
RGB
CMYK
RGB Variations
Color information
#69B4B6 (or 0x69B4B6) is known color: Fountain Blue. HEX triplet: 69, B4 and B6. RGB value is (105,180,182). Sum of RGB (Red+Green+Blue) = 105+180+182=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #69B4B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B4B6 is #964B49. Grayscale: #9D9D9D. Windows color (decimal): -9849674 or 11973737. OLE color: 11973737.
HSL color Cylindrical-coordinate representation of color #69B4B6: hue angle of 181.56º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B4B6 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 180 | 182 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.29 |
| HSL | 181.56º | 0.35% | 0.56% | - |
| HSV(B) | 181.56º | 0.42% | 0.71% | - |
| XYZ | 30.59 | 39.02 | 50.18 | - |
| YUV | 157.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 180 | 182 | 0.42 | 0.01 | 0 | 0.29 | 181.56 | 0.35 | 0.56 |
| Hex | 69 | B4 | B6 | 2A | 1 | 0 | 1D | B6 | 23 | 38 |
| Octal | 151 | 264 | 266 | 52 | 1 | 0 | 35 | 266 | 43 | 70 |
| Binary | 1101001 | 10110100 | 10110110 | 101010 | 1 | 0 | 11101 | 10110110 | 100011 | 111000 |
Color Harmonies of #69B4B6
Complementary color
Monochromatic Colors of #69B4B6
Black with #69B4B6
Text Example
Text Example
White with #69B4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B4B6; }
p { color: rgb(105,180,182); }
H1.HeaderClassName
{
color: #69B4B6;
}
.AnyTagClassName
{
color: #69B4B6;
}
</style>
background-color css
<style>
a { background-color: #69B4B6; }
a { background-color: rgb(105,180,182); }
div.DivClassName
{
background-color: #69B4B6;
}
.BgClassName
{
background-color: #69B4B6;
}
</style>
border-color css
<style>
span { border-color: #69B4B6; }
span { border-color: rgb(105,180,182); }
td.TdClassName
{
border-color: #69B4B6;
}
.TagClassName
{
border-color: #69B4B6;
}
</style>