#255E7F

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

Shades of Bahama Blue #255E7F

Tints of Bahama Blue #255E7F

Color information

#255E7F (or 0x255E7F) is unknown color: approx Bahama Blue. HEX triplet: 25, 5E and 7F. RGB value is (37,94,127). Sum of RGB (Red+Green+Blue) = 37+94+127=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #255E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E7F is #DAA180. Grayscale: #505050. Windows color (decimal): -14328193 or 8347173. OLE color: 8347173.

HSL color Cylindrical-coordinate representation of color #255E7F: hue angle of 202º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255E7F is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3794127-
CMYK0.710.2600.50
HSL202º54.88%32.16%-
HSV(B)202º70.87%49.8%-
XYZ8.69.9321.54-
YUV80.72154.1296.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 127 (50% from 255) = 49.22%
R=14.34%
G=36.43%
B=49.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37941270.710.2600.5020254.8832.16
Hex255E7F471A032ca3720
Octal45136177107320623126740
Binary10010110111101111111100011111010011001011001010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,94,127); }

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

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

 a { background-color: rgb(37,94,127); }

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

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

 span { border-color: rgb(37,94,127); }

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