#255A86

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

Shades of Bahama Blue #255A86

Tints of Bahama Blue #255A86

Color information

#255A86 (or 0x255A86) is unknown color: approx Bahama Blue. HEX triplet: 25, 5A and 86. RGB value is (37,90,134). Sum of RGB (Red+Green+Blue) = 37+90+134=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #255A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A86 is #DAA579. Grayscale: #4E4E4E. Windows color (decimal): -14329210 or 8804901. OLE color: 8804901.

HSL color Cylindrical-coordinate representation of color #255A86: hue angle of 207.22º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255A86 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3790134-
CMYK0.720.3300.47
HSL207.22º56.73%33.53%-
HSV(B)207.22º72.39%52.55%-
XYZ8.729.4323.91-
YUV79.17158.9497.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 134 (52.73% from 255) = 51.34%
R=14.18%
G=34.48%
B=51.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37901340.720.3300.47207.2256.7333.53
Hex255A86482102Fcf3922
Octal45132206110410573177142
Binary1001011011010100001101001000100001010111111001111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,90,134); }

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

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

 a { background-color: rgb(37,90,134); }

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

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

 span { border-color: rgb(37,90,134); }

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