Html Css Color HEX #158DB0 Pelorous

📋 copy color: '#158DB0'

red 21 ◦ green 141 ◦ blue 176

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

Shades of Pelorous #158DB0

Tints of Pelorous #158DB0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.72%

 BLUE value IS 176 (69.14% from 255) = 52.07%

R = 6.21%
G = 41.72%
B = 52.07%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#158DB0 (or 0x158DB0) is known color: Pelorous. HEX triplet: 15, 8D and B0. RGB value is (21,141,176). Sum of RGB (Red+Green+Blue) = 21+141+176=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #158DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158DB0 is #EA724F. Grayscale: #6C6C6C. Windows color (decimal): -15364688 or 11570453. OLE color: 11570453.

HSL color Cylindrical-coordinate representation of color #158DB0: hue angle of 193.55º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158DB0 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 141 176 -
CMYK 0.88 0.20 0 0.31
HSL 193.55º 0.79% 0.39% -
HSV(B) 193.55º 0.88% 0.69% -
XYZ 17.67 22.34 44.46 -
YUV 109.11 165.74 65.15 -
System Red Green Blue C M Y K H S L
Decimal 21 141 176 0.88 0.20 0 0.31 193.55 0.79 0.39
Hex 15 8D B0 58 14 0 1F C2 4F 27
Octal 25 215 260 130 24 0 37 302 117 47
Binary 10101 10001101 10110000 1011000 10100 0 11111 11000010 1001111 100111

Color Harmonies of #158DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DB0

Black with #158DB0

Text Example


Text Example

White with #158DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,141,176); }

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

background-color css

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

 a { background-color: rgb(21,141,176); }

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

border-color css

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

 span { border-color: rgb(21,141,176); }

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