Html Css Color HEX #158DB2 Pelorous

📋 copy color: '#158DB2'

red 21 ◦ green 141 ◦ blue 178

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

Shades of Pelorous #158DB2

Tints of Pelorous #158DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 52.35%

R = 6.18%
G = 41.47%
B = 52.35%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#158DB2 (or 0x158DB2) is known color: Pelorous. HEX triplet: 15, 8D and B2. RGB value is (21,141,178). Sum of RGB (Red+Green+Blue) = 21+141+178=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #158DB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158DB2 is #EA724D. Grayscale: #6D6D6D. Windows color (decimal): -15364686 or 11701525. OLE color: 11701525.

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

Color convert

RGB 21 141 178 -
CMYK 0.88 0.21 0 0.30
HSL 194.14º 0.79% 0.39% -
HSV(B) 194.14º 0.88% 0.7% -
XYZ 17.87 22.42 45.51 -
YUV 109.34 166.74 64.99 -
System Red Green Blue C M Y K H S L
Decimal 21 141 178 0.88 0.21 0 0.30 194.14 0.79 0.39
Hex 15 8D B2 58 15 0 1E C2 4F 27
Octal 25 215 262 130 25 0 36 302 117 47
Binary 10101 10001101 10110010 1011000 10101 0 11110 11000010 1001111 100111

Color Harmonies of #158DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DB2

Black with #158DB2

Text Example


Text Example

White with #158DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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