Shades of Fountain Blue #65B1B6
Tints of Fountain Blue #65B1B6
RGB
CMYK
RGB Variations
Color information
#65B1B6 (or 0x65B1B6) is known color: Fountain Blue. HEX triplet: 65, B1 and B6. RGB value is (101,177,182). Sum of RGB (Red+Green+Blue) = 101+177+182=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 182 - color contains mainly: blue. Hex color #65B1B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B1B6 is #9A4E49. Grayscale: #9A9A9A. Windows color (decimal): -10112586 or 11972965. OLE color: 11972965.
HSL color Cylindrical-coordinate representation of color #65B1B6: hue angle of 183.7º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B1B6 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 177 | 182 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.29 |
| HSL | 183.7º | 0.36% | 0.55% | - |
| HSV(B) | 183.7º | 0.45% | 0.71% | - |
| XYZ | 29.53 | 37.59 | 49.95 | - |
| YUV | 154.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 177 | 182 | 0.45 | 0.03 | 0 | 0.29 | 183.7 | 0.36 | 0.55 |
| Hex | 65 | B1 | B6 | 2D | 3 | 0 | 1D | B8 | 24 | 37 |
| Octal | 145 | 261 | 266 | 55 | 3 | 0 | 35 | 270 | 44 | 67 |
| Binary | 1100101 | 10110001 | 10110110 | 101101 | 11 | 0 | 11101 | 10111000 | 100100 | 110111 |
Color Harmonies of #65B1B6
Complementary color
Monochromatic Colors of #65B1B6
Black with #65B1B6
Text Example
Text Example
White with #65B1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B1B6; }
p { color: rgb(101,177,182); }
H1.HeaderClassName
{
color: #65B1B6;
}
.AnyTagClassName
{
color: #65B1B6;
}
</style>
background-color css
<style>
a { background-color: #65B1B6; }
a { background-color: rgb(101,177,182); }
div.DivClassName
{
background-color: #65B1B6;
}
.BgClassName
{
background-color: #65B1B6;
}
</style>
border-color css
<style>
span { border-color: #65B1B6; }
span { border-color: rgb(101,177,182); }
td.TdClassName
{
border-color: #65B1B6;
}
.TagClassName
{
border-color: #65B1B6;
}
</style>