Shades of Fountain Blue #65A8BC
Tints of Fountain Blue #65A8BC
RGB
CMYK
RGB Variations
Color information
#65A8BC (or 0x65A8BC) is known color: Fountain Blue. HEX triplet: 65, A8 and BC. RGB value is (101,168,188). Sum of RGB (Red+Green+Blue) = 101+168+188=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #65A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A8BC is #9A5743. Grayscale: #969696. Windows color (decimal): -10114884 or 12363877. OLE color: 12363877.
HSL color Cylindrical-coordinate representation of color #65A8BC: hue angle of 193.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65A8BC is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 168 | 188 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.26 |
| HSL | 193.79º | 0.39% | 0.57% | - |
| HSV(B) | 193.79º | 0.46% | 0.74% | - |
| XYZ | 28.45 | 34.4 | 52.72 | - |
| YUV | 150.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 188 | 0.46 | 0.11 | 0 | 0.26 | 193.79 | 0.39 | 0.57 |
| Hex | 65 | A8 | BC | 2E | B | 0 | 1A | C2 | 27 | 39 |
| Octal | 145 | 250 | 274 | 56 | 13 | 0 | 32 | 302 | 47 | 71 |
| Binary | 1100101 | 10101000 | 10111100 | 101110 | 1011 | 0 | 11010 | 11000010 | 100111 | 111001 |
Color Harmonies of #65A8BC
Complementary color
Monochromatic Colors of #65A8BC
Black with #65A8BC
Text Example
Text Example
White with #65A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A8BC; }
p { color: rgb(101,168,188); }
H1.HeaderClassName
{
color: #65A8BC;
}
.AnyTagClassName
{
color: #65A8BC;
}
</style>
background-color css
<style>
a { background-color: #65A8BC; }
a { background-color: rgb(101,168,188); }
div.DivClassName
{
background-color: #65A8BC;
}
.BgClassName
{
background-color: #65A8BC;
}
</style>
border-color css
<style>
span { border-color: #65A8BC; }
span { border-color: rgb(101,168,188); }
td.TdClassName
{
border-color: #65A8BC;
}
.TagClassName
{
border-color: #65A8BC;
}
</style>