#255F85

Color #255F85 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #255F85

Tints of Bahama Blue #255F85

Color information

#255F85 (or 0x255F85) is unknown color: approx Bahama Blue. HEX triplet: 25, 5F and 85. RGB value is (37,95,133). Sum of RGB (Red+Green+Blue) = 37+95+133=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #255F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F85 is #DAA07A. Grayscale: #515151. Windows color (decimal): -14327931 or 8740645. OLE color: 8740645.

HSL color Cylindrical-coordinate representation of color #255F85: hue angle of 203.75º 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 #255F85 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3795133-
CMYK0.720.2900.48
HSL203.75º56.47%33.33%-
HSV(B)203.75º72.18%52.16%-
XYZ9.0910.2723.69-
YUV81.99156.7895.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=13.96%
G=35.85%
B=50.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37951330.720.2900.48203.7556.4733.33
Hex255F85481D030cc3821
Octal45137205110350603147041
Binary100101101111110000101100100011101011000011001100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255F85; }

 p { color: rgb(37,95,133); }

 H1.HeaderClassName
 {
   color: #255F85;
 }
 .AnyTagClassName
 {
   color: #255F85;
 }
</style>
background-color css

<style>
 a { background-color: #255F85; }

 a { background-color: rgb(37,95,133); }

 div.DivClassName
 {
   background-color: #255F85;
 }
 .BgClassName
 {
   background-color: #255F85;
 }
</style>
border-color css

<style>
 span { border-color: #255F85; }

 span { border-color: rgb(37,95,133); }

 td.TdClassName
 {
   border-color: #255F85;
 }
 .TagClassName
 {
   border-color: #255F85;
 }
</style>