Shades of Fountain Blue #69BCC0
Tints of Fountain Blue #69BCC0
RGB
CMYK
RGB Variations
Color information
#69BCC0 (or 0x69BCC0) is known color: Fountain Blue. HEX triplet: 69, BC and C0. RGB value is (105,188,192). Sum of RGB (Red+Green+Blue) = 105+188+192=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #69BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BCC0 is #96433F. Grayscale: #A3A3A3. Windows color (decimal): -9847616 or 12631145. OLE color: 12631145.
HSL color Cylindrical-coordinate representation of color #69BCC0: hue angle of 182.76º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BCC0 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 188 | 192 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.25 |
| HSL | 182.76º | 0.41% | 0.58% | - |
| HSV(B) | 182.76º | 0.45% | 0.75% | - |
| XYZ | 33.32 | 42.78 | 56.37 | - |
| YUV | 163.64 | 144 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 192 | 0.45 | 0.02 | 0 | 0.25 | 182.76 | 0.41 | 0.58 |
| Hex | 69 | BC | C0 | 2D | 2 | 0 | 19 | B7 | 29 | 3A |
| Octal | 151 | 274 | 300 | 55 | 2 | 0 | 31 | 267 | 51 | 72 |
| Binary | 1101001 | 10111100 | 11000000 | 101101 | 10 | 0 | 11001 | 10110111 | 101001 | 111010 |
Color Harmonies of #69BCC0
Complementary color
Monochromatic Colors of #69BCC0
Black with #69BCC0
Text Example
Text Example
White with #69BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BCC0; }
p { color: rgb(105,188,192); }
H1.HeaderClassName
{
color: #69BCC0;
}
.AnyTagClassName
{
color: #69BCC0;
}
</style>
background-color css
<style>
a { background-color: #69BCC0; }
a { background-color: rgb(105,188,192); }
div.DivClassName
{
background-color: #69BCC0;
}
.BgClassName
{
background-color: #69BCC0;
}
</style>
border-color css
<style>
span { border-color: #69BCC0; }
span { border-color: rgb(105,188,192); }
td.TdClassName
{
border-color: #69BCC0;
}
.TagClassName
{
border-color: #69BCC0;
}
</style>