Shades of Fountain Blue #63B6B3
Tints of Fountain Blue #63B6B3
RGB
CMYK
RGB Variations
Color information
#63B6B3 (or 0x63B6B3) is known color: Fountain Blue. HEX triplet: 63, B6 and B3. RGB value is (99,182,179). Sum of RGB (Red+Green+Blue) = 99+182+179=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #63B6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B6B3 is #9C494C. Grayscale: #9C9C9C. Windows color (decimal): -10242381 or 11777635. OLE color: 11777635.
HSL color Cylindrical-coordinate representation of color #63B6B3: hue angle of 177.83º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B6B3 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 182 | 179 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.29 |
| HSL | 177.83º | 0.36% | 0.55% | - |
| HSV(B) | 177.83º | 0.46% | 0.71% | - |
| XYZ | 30.01 | 39.36 | 48.66 | - |
| YUV | 156.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 182 | 179 | 0.46 | 0 | 0.02 | 0.29 | 177.83 | 0.36 | 0.55 |
| Hex | 63 | B6 | B3 | 2E | 0 | 2 | 1D | B2 | 24 | 37 |
| Octal | 143 | 266 | 263 | 56 | 0 | 2 | 35 | 262 | 44 | 67 |
| Binary | 1100011 | 10110110 | 10110011 | 101110 | 0 | 10 | 11101 | 10110010 | 100100 | 110111 |
Color Harmonies of #63B6B3
Complementary color
Monochromatic Colors of #63B6B3
Black with #63B6B3
Text Example
Text Example
White with #63B6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B6B3; }
p { color: rgb(99,182,179); }
H1.HeaderClassName
{
color: #63B6B3;
}
.AnyTagClassName
{
color: #63B6B3;
}
</style>
background-color css
<style>
a { background-color: #63B6B3; }
a { background-color: rgb(99,182,179); }
div.DivClassName
{
background-color: #63B6B3;
}
.BgClassName
{
background-color: #63B6B3;
}
</style>
border-color css
<style>
span { border-color: #63B6B3; }
span { border-color: rgb(99,182,179); }
td.TdClassName
{
border-color: #63B6B3;
}
.TagClassName
{
border-color: #63B6B3;
}
</style>