Shades of Fountain Blue #63B4B1
Tints of Fountain Blue #63B4B1
RGB
CMYK
RGB Variations
Color information
#63B4B1 (or 0x63B4B1) is known color: Fountain Blue. HEX triplet: 63, B4 and B1. RGB value is (99,180,177). Sum of RGB (Red+Green+Blue) = 99+180+177=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #63B4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B4B1 is #9C4B4E. Grayscale: #9B9B9B. Windows color (decimal): -10242895 or 11646051. OLE color: 11646051.
HSL color Cylindrical-coordinate representation of color #63B4B1: hue angle of 177.78º degrees, saturation: 0.35, 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 #63B4B1 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 180 | 177 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.29 |
| HSL | 177.78º | 0.35% | 0.55% | - |
| HSV(B) | 177.78º | 0.45% | 0.71% | - |
| XYZ | 29.4 | 38.47 | 47.47 | - |
| YUV | 155.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 180 | 177 | 0.45 | 0 | 0.02 | 0.29 | 177.78 | 0.35 | 0.55 |
| Hex | 63 | B4 | B1 | 2D | 0 | 2 | 1D | B2 | 23 | 37 |
| Octal | 143 | 264 | 261 | 55 | 0 | 2 | 35 | 262 | 43 | 67 |
| Binary | 1100011 | 10110100 | 10110001 | 101101 | 0 | 10 | 11101 | 10110010 | 100011 | 110111 |
Color Harmonies of #63B4B1
Complementary color
Monochromatic Colors of #63B4B1
Black with #63B4B1
Text Example
Text Example
White with #63B4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B4B1; }
p { color: rgb(99,180,177); }
H1.HeaderClassName
{
color: #63B4B1;
}
.AnyTagClassName
{
color: #63B4B1;
}
</style>
background-color css
<style>
a { background-color: #63B4B1; }
a { background-color: rgb(99,180,177); }
div.DivClassName
{
background-color: #63B4B1;
}
.BgClassName
{
background-color: #63B4B1;
}
</style>
border-color css
<style>
span { border-color: #63B4B1; }
span { border-color: rgb(99,180,177); }
td.TdClassName
{
border-color: #63B4B1;
}
.TagClassName
{
border-color: #63B4B1;
}
</style>