Html Css Color HEX #158EBC Pelorous

📋 copy color: '#158EBC'

red 21 ◦ green 142 ◦ blue 188

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

Shades of Pelorous #158EBC

Tints of Pelorous #158EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.46%

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 5.98%
G = 40.46%
B = 53.56%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#158EBC (or 0x158EBC) is known color: Pelorous. HEX triplet: 15, 8E and BC. RGB value is (21,142,188). Sum of RGB (Red+Green+Blue) = 21+142+188=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #158EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158EBC is #EA7143. Grayscale: #6E6E6E. Windows color (decimal): -15364420 or 12357141. OLE color: 12357141.

HSL color Cylindrical-coordinate representation of color #158EBC: hue angle of 196.53º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #158EBC is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 142 188 -
CMYK 0.89 0.24 0 0.26
HSL 196.53º 0.8% 0.41% -
HSV(B) 196.53º 0.89% 0.74% -
XYZ 19.06 23.14 51.04 -
YUV 111.07 171.41 63.76 -
System Red Green Blue C M Y K H S L
Decimal 21 142 188 0.89 0.24 0 0.26 196.53 0.8 0.41
Hex 15 8E BC 59 18 0 1A C5 50 29
Octal 25 216 274 131 30 0 32 305 120 51
Binary 10101 10001110 10111100 1011001 11000 0 11010 11000101 1010000 101001

Color Harmonies of #158EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158EBC

Black with #158EBC

Text Example


Text Example

White with #158EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,142,188); }

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

background-color css

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

 a { background-color: rgb(21,142,188); }

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

border-color css

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

 span { border-color: rgb(21,142,188); }

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