Shades of Fountain Blue #5DB2B3
Tints of Fountain Blue #5DB2B3
RGB
CMYK
RGB Variations
Color information
#5DB2B3 (or 0x5DB2B3) is known color: Fountain Blue. HEX triplet: 5D, B2 and B3. RGB value is (93,178,179). Sum of RGB (Red+Green+Blue) = 93+178+179=450 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.67% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 179 - color contains mainly: blue. Hex color #5DB2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB2B3 is #A24D4C. Grayscale: #989898. Windows color (decimal): -10636621 or 11776605. OLE color: 11776605.
HSL color Cylindrical-coordinate representation of color #5DB2B3: hue angle of 180.7º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB2B3 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 179 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.30 |
| HSL | 180.7º | 0.36% | 0.53% | - |
| HSV(B) | 180.7º | 0.48% | 0.7% | - |
| XYZ | 28.57 | 37.42 | 48.37 | - |
| YUV | 152.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 179 | 0.48 | 0.01 | 0 | 0.30 | 180.7 | 0.36 | 0.53 |
| Hex | 5D | B2 | B3 | 30 | 1 | 0 | 1E | B5 | 24 | 35 |
| Octal | 135 | 262 | 263 | 60 | 1 | 0 | 36 | 265 | 44 | 65 |
| Binary | 1011101 | 10110010 | 10110011 | 110000 | 1 | 0 | 11110 | 10110101 | 100100 | 110101 |
Color Harmonies of #5DB2B3
Complementary color
Monochromatic Colors of #5DB2B3
Black with #5DB2B3
Text Example
Text Example
White with #5DB2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB2B3; }
p { color: rgb(93,178,179); }
H1.HeaderClassName
{
color: #5DB2B3;
}
.AnyTagClassName
{
color: #5DB2B3;
}
</style>
background-color css
<style>
a { background-color: #5DB2B3; }
a { background-color: rgb(93,178,179); }
div.DivClassName
{
background-color: #5DB2B3;
}
.BgClassName
{
background-color: #5DB2B3;
}
</style>
border-color css
<style>
span { border-color: #5DB2B3; }
span { border-color: rgb(93,178,179); }
td.TdClassName
{
border-color: #5DB2B3;
}
.TagClassName
{
border-color: #5DB2B3;
}
</style>