Html Css Color HEX #158DAD Pelorous

📋 copy color: '#158DAD'

red 21 ◦ green 141 ◦ blue 173

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

Shades of Pelorous #158DAD

Tints of Pelorous #158DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 6.27%
G = 42.09%
B = 51.64%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#158DAD (or 0x158DAD) is known color: Pelorous. HEX triplet: 15, 8D and AD. RGB value is (21,141,173). Sum of RGB (Red+Green+Blue) = 21+141+173=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #158DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158DAD is #EA7252. Grayscale: #6C6C6C. Windows color (decimal): -15364691 or 11373845. OLE color: 11373845.

HSL color Cylindrical-coordinate representation of color #158DAD: hue angle of 192.63º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158DAD is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 141 173 -
CMYK 0.88 0.18 0 0.32
HSL 192.63º 0.78% 0.38% -
HSV(B) 192.63º 0.88% 0.68% -
XYZ 17.38 22.23 42.91 -
YUV 108.77 164.24 65.4 -
System Red Green Blue C M Y K H S L
Decimal 21 141 173 0.88 0.18 0 0.32 192.63 0.78 0.38
Hex 15 8D AD 58 12 0 20 C1 4E 26
Octal 25 215 255 130 22 0 40 301 116 46
Binary 10101 10001101 10101101 1011000 10010 0 100000 11000001 1001110 100110

Color Harmonies of #158DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DAD

Black with #158DAD

Text Example


Text Example

White with #158DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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