Html Css Color HEX #158DB3 Pelorous

📋 copy color: '#158DB3'

red 21 ◦ green 141 ◦ blue 179

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

Shades of Pelorous #158DB3

Tints of Pelorous #158DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.49%

R = 6.16%
G = 41.35%
B = 52.49%

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

#158DB3 (or 0x158DB3) is known color: Pelorous. HEX triplet: 15, 8D and B3. RGB value is (21,141,179). Sum of RGB (Red+Green+Blue) = 21+141+179=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #158DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DB3 is #EA724C. Grayscale: #6D6D6D. Windows color (decimal): -15364685 or 11767061. OLE color: 11767061.

HSL color Cylindrical-coordinate representation of color #158DB3: hue angle of 194.43º 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 #158DB3 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 21 141 179 -
CMYK 0.88 0.21 0 0.30
HSL 194.43º 0.79% 0.39% -
HSV(B) 194.43º 0.88% 0.7% -
XYZ 17.97 22.46 46.04 -
YUV 109.45 167.24 64.91 -
System Red Green Blue C M Y K H S L
Decimal 21 141 179 0.88 0.21 0 0.30 194.43 0.79 0.39
Hex 15 8D B3 58 15 0 1E C2 4F 27
Octal 25 215 263 130 25 0 36 302 117 47
Binary 10101 10001101 10110011 1011000 10101 0 11110 11000010 1001111 100111

Color Harmonies of #158DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DB3

Black with #158DB3

Text Example


Text Example

White with #158DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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