Html Css Color HEX #158B9D Eastern Blue

📋 copy color: '#158B9D'

red 21 ◦ green 139 ◦ blue 157

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

Shades of Eastern Blue #158B9D

Tints of Eastern Blue #158B9D

RGB

 RED value IS 21 (8.59% from 255) = 6.62%

 GREEN value IS 139 (54.69% from 255) = 43.85%

 BLUE value IS 157 (61.72% from 255) = 49.53%

R = 6.62%
G = 43.85%
B = 49.53%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#158B9D (or 0x158B9D) is known color: Eastern Blue. HEX triplet: 15, 8B and 9D. RGB value is (21,139,157). Sum of RGB (Red+Green+Blue) = 21+139+157=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #158B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158B9D is #EA7462. Grayscale: #696969. Windows color (decimal): -15365219 or 10324757. OLE color: 10324757.

HSL color Cylindrical-coordinate representation of color #158B9D: hue angle of 187.94º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #158B9D is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 139 157 -
CMYK 0.87 0.11 0 0.38
HSL 187.94º 0.76% 0.35% -
HSV(B) 187.94º 0.87% 0.62% -
XYZ 15.63 21.06 35.14 -
YUV 105.77 156.91 67.54 -
System Red Green Blue C M Y K H S L
Decimal 21 139 157 0.87 0.11 0 0.38 187.94 0.76 0.35
Hex 15 8B 9D 57 B 0 26 BC 4C 23
Octal 25 213 235 127 13 0 46 274 114 43
Binary 10101 10001011 10011101 1010111 1011 0 100110 10111100 1001100 100011

Color Harmonies of #158B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158B9D

Black with #158B9D

Text Example


Text Example

White with #158B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158B9D; }

 p { color: rgb(21,139,157); }

 H1.HeaderClassName
 {
   color: #158B9D;
 }
 .AnyTagClassName
 {
   color: #158B9D;
 }
</style>

background-color css

<style>
 a { background-color: #158B9D; }

 a { background-color: rgb(21,139,157); }

 div.DivClassName
 {
   background-color: #158B9D;
 }
 .BgClassName
 {
   background-color: #158B9D;
 }
</style>

border-color css

<style>
 span { border-color: #158B9D; }

 span { border-color: rgb(21,139,157); }

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