Html Css Color HEX #158EC0 Pelorous

📋 copy color: '#158EC0'

red 21 ◦ green 142 ◦ blue 192

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

Shades of Pelorous #158EC0

Tints of Pelorous #158EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.08%

R = 5.92%
G = 40%
B = 54.08%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#158EC0 (or 0x158EC0) is known color: Pelorous. HEX triplet: 15, 8E and C0. RGB value is (21,142,192). Sum of RGB (Red+Green+Blue) = 21+142+192=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #158EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158EC0 is #EA713F. Grayscale: #6F6F6F. Windows color (decimal): -15364416 or 12619285. OLE color: 12619285.

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

Color convert

RGB 21 142 192 -
CMYK 0.89 0.26 0 0.25
HSL 197.54º 0.8% 0.42% -
HSV(B) 197.54º 0.89% 0.75% -
XYZ 19.5 23.31 53.34 -
YUV 111.52 173.41 63.43 -
System Red Green Blue C M Y K H S L
Decimal 21 142 192 0.89 0.26 0 0.25 197.54 0.8 0.42
Hex 15 8E C0 59 1A 0 19 C6 50 2A
Octal 25 216 300 131 32 0 31 306 120 52
Binary 10101 10001110 11000000 1011001 11010 0 11001 11000110 1010000 101010

Color Harmonies of #158EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158EC0

Black with #158EC0

Text Example


Text Example

White with #158EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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