Html Css Color HEX #158DB9 Pelorous

📋 copy color: '#158DB9'

red 21 ◦ green 141 ◦ blue 185

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

Shades of Pelorous #158DB9

Tints of Pelorous #158DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.31%

R = 6.05%
G = 40.63%
B = 53.31%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#158DB9 (or 0x158DB9) is known color: Pelorous. HEX triplet: 15, 8D and B9. RGB value is (21,141,185). Sum of RGB (Red+Green+Blue) = 21+141+185=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #158DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DB9 is #EA7246. Grayscale: #6D6D6D. Windows color (decimal): -15364679 or 12160277. OLE color: 12160277.

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

Color convert

RGB 21 141 185 -
CMYK 0.89 0.24 0 0.27
HSL 196.1º 0.8% 0.4% -
HSV(B) 196.1º 0.89% 0.73% -
XYZ 18.59 22.71 49.3 -
YUV 110.14 170.24 64.42 -
System Red Green Blue C M Y K H S L
Decimal 21 141 185 0.89 0.24 0 0.27 196.1 0.8 0.4
Hex 15 8D B9 59 18 0 1B C4 50 28
Octal 25 215 271 131 30 0 33 304 120 50
Binary 10101 10001101 10111001 1011001 11000 0 11011 11000100 1010000 101000

Color Harmonies of #158DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DB9

Black with #158DB9

Text Example


Text Example

White with #158DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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