Shades of Bahama Blue #255D85
Tints of Bahama Blue #255D85
RGB
CMYK
RGB Variations
Color information
#255D85 (or 0x255D85) is known color: Bahama Blue. HEX triplet: 25, 5D and 85. RGB value is (37,93,133). Sum of RGB (Red+Green+Blue) = 37+93+133=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #255D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D85 is #DAA27A. Grayscale: #505050. Windows color (decimal): -14328443 or 8740133. OLE color: 8740133.
HSL color Cylindrical-coordinate representation of color #255D85: hue angle of 205º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255D85 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 93 | 133 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.48 |
| HSL | 205º | 0.56% | 0.33% | - |
| HSV(B) | 205º | 0.72% | 0.52% | - |
| XYZ | 8.91 | 9.92 | 23.63 | - |
| YUV | 80.82 | 157.45 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 133 | 0.72 | 0.30 | 0 | 0.48 | 205 | 0.56 | 0.33 |
| Hex | 25 | 5D | 85 | 48 | 1E | 0 | 30 | CD | 38 | 21 |
| Octal | 45 | 135 | 205 | 110 | 36 | 0 | 60 | 315 | 70 | 41 |
| Binary | 100101 | 1011101 | 10000101 | 1001000 | 11110 | 0 | 110000 | 11001101 | 111000 | 100001 |
Color Harmonies of #255D85
Complementary color
Monochromatic Colors of #255D85
Black with #255D85
Text Example
Text Example
White with #255D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D85; }
p { color: rgb(37,93,133); }
H1.HeaderClassName
{
color: #255D85;
}
.AnyTagClassName
{
color: #255D85;
}
</style>
background-color css
<style>
a { background-color: #255D85; }
a { background-color: rgb(37,93,133); }
div.DivClassName
{
background-color: #255D85;
}
.BgClassName
{
background-color: #255D85;
}
</style>
border-color css
<style>
span { border-color: #255D85; }
span { border-color: rgb(37,93,133); }
td.TdClassName
{
border-color: #255D85;
}
.TagClassName
{
border-color: #255D85;
}
</style>