Html Css Color HEX #158ABC Pelorous

📋 copy color: '#158ABC'

red 21 ◦ green 138 ◦ blue 188

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

Shades of Pelorous #158ABC

Tints of Pelorous #158ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.77%

 BLUE value IS 188 (73.83% from 255) = 54.18%

R = 6.05%
G = 39.77%
B = 54.18%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#158ABC (or 0x158ABC) is known color: Pelorous. HEX triplet: 15, 8A and BC. RGB value is (21,138,188). Sum of RGB (Red+Green+Blue) = 21+138+188=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #158ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ABC is #EA7543. Grayscale: #6C6C6C. Windows color (decimal): -15365444 or 12356117. OLE color: 12356117.

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

Color convert

RGB 21 138 188 -
CMYK 0.89 0.27 0 0.26
HSL 197.96º 0.8% 0.41% -
HSV(B) 197.96º 0.89% 0.74% -
XYZ 18.47 21.97 50.84 -
YUV 108.72 172.74 65.43 -
System Red Green Blue C M Y K H S L
Decimal 21 138 188 0.89 0.27 0 0.26 197.96 0.8 0.41
Hex 15 8A BC 59 1B 0 1A C6 50 29
Octal 25 212 274 131 33 0 32 306 120 51
Binary 10101 10001010 10111100 1011001 11011 0 11010 11000110 1010000 101001

Color Harmonies of #158ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158ABC

Black with #158ABC

Text Example


Text Example

White with #158ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,138,188); }

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

background-color css

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

 a { background-color: rgb(21,138,188); }

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

border-color css

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

 span { border-color: rgb(21,138,188); }

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