Shades of Fountain Blue #65BDC3
Tints of Fountain Blue #65BDC3
RGB
CMYK
RGB Variations
Color information
#65BDC3 (or 0x65BDC3) is known color: Fountain Blue. HEX triplet: 65, BD and C3. RGB value is (101,189,195). Sum of RGB (Red+Green+Blue) = 101+189+195=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #65BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDC3 is #9A423C. Grayscale: #A3A3A3. Windows color (decimal): -10109501 or 12828005. OLE color: 12828005.
HSL color Cylindrical-coordinate representation of color #65BDC3: hue angle of 183.83º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65BDC3 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 189 | 195 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.24 |
| HSL | 183.83º | 0.44% | 0.58% | - |
| HSV(B) | 183.83º | 0.48% | 0.76% | - |
| XYZ | 33.41 | 43.1 | 58.19 | - |
| YUV | 163.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 195 | 0.48 | 0.03 | 0 | 0.24 | 183.83 | 0.44 | 0.58 |
| Hex | 65 | BD | C3 | 30 | 3 | 0 | 18 | B8 | 2C | 3A |
| Octal | 145 | 275 | 303 | 60 | 3 | 0 | 30 | 270 | 54 | 72 |
| Binary | 1100101 | 10111101 | 11000011 | 110000 | 11 | 0 | 11000 | 10111000 | 101100 | 111010 |
Color Harmonies of #65BDC3
Complementary color
Monochromatic Colors of #65BDC3
Black with #65BDC3
Text Example
Text Example
White with #65BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDC3; }
p { color: rgb(101,189,195); }
H1.HeaderClassName
{
color: #65BDC3;
}
.AnyTagClassName
{
color: #65BDC3;
}
</style>
background-color css
<style>
a { background-color: #65BDC3; }
a { background-color: rgb(101,189,195); }
div.DivClassName
{
background-color: #65BDC3;
}
.BgClassName
{
background-color: #65BDC3;
}
</style>
border-color css
<style>
span { border-color: #65BDC3; }
span { border-color: rgb(101,189,195); }
td.TdClassName
{
border-color: #65BDC3;
}
.TagClassName
{
border-color: #65BDC3;
}
</style>