Shades of Fountain Blue #69BEC0
Tints of Fountain Blue #69BEC0
RGB
CMYK
RGB Variations
Color information
#69BEC0 (or 0x69BEC0) is known color: Fountain Blue. HEX triplet: 69, BE and C0. RGB value is (105,190,192). Sum of RGB (Red+Green+Blue) = 105+190+192=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #69BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BEC0 is #96413F. Grayscale: #A4A4A4. Windows color (decimal): -9847104 or 12631657. OLE color: 12631657.
HSL color Cylindrical-coordinate representation of color #69BEC0: hue angle of 181.38º 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 #69BEC0 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 190 | 192 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.25 |
| HSL | 181.38º | 0.41% | 0.58% | - |
| HSV(B) | 181.38º | 0.45% | 0.75% | - |
| XYZ | 33.75 | 43.64 | 56.51 | - |
| YUV | 164.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 190 | 192 | 0.45 | 0.01 | 0 | 0.25 | 181.38 | 0.41 | 0.58 |
| Hex | 69 | BE | C0 | 2D | 1 | 0 | 19 | B5 | 29 | 3A |
| Octal | 151 | 276 | 300 | 55 | 1 | 0 | 31 | 265 | 51 | 72 |
| Binary | 1101001 | 10111110 | 11000000 | 101101 | 1 | 0 | 11001 | 10110101 | 101001 | 111010 |
Color Harmonies of #69BEC0
Complementary color
Monochromatic Colors of #69BEC0
Black with #69BEC0
Text Example
Text Example
White with #69BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BEC0; }
p { color: rgb(105,190,192); }
H1.HeaderClassName
{
color: #69BEC0;
}
.AnyTagClassName
{
color: #69BEC0;
}
</style>
background-color css
<style>
a { background-color: #69BEC0; }
a { background-color: rgb(105,190,192); }
div.DivClassName
{
background-color: #69BEC0;
}
.BgClassName
{
background-color: #69BEC0;
}
</style>
border-color css
<style>
span { border-color: #69BEC0; }
span { border-color: rgb(105,190,192); }
td.TdClassName
{
border-color: #69BEC0;
}
.TagClassName
{
border-color: #69BEC0;
}
</style>