Html Css Color HEX #255E7F Bahama Blue

📋 copy color: '#255E7F'

red 37 ◦ green 94 ◦ blue 127

#255E7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #255E7F

Tints of Bahama Blue #255E7F

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 value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#255E7F (or 0x255E7F) is known color: 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

RGB 37 94 127 -
CMYK 0.71 0.26 0 0.50
HSL 202º 0.55% 0.32% -
HSV(B) 202º 0.71% 0.5% -
XYZ 8.6 9.93 21.54 -
YUV 80.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 37 94 127 0.71 0.26 0 0.50 202 0.55 0.32
Hex 25 5E 7F 47 1A 0 32 CA 37 20
Octal 45 136 177 107 32 0 62 312 67 40
Binary 100101 1011110 1111111 1000111 11010 0 110010 11001010 110111 100000

Color Harmonies of #255E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255E7F

Black with #255E7F

Text Example


Text Example

White with #255E7F

Text Example


Text Example

HTML Codes & Css Web 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>