Html Css Color HEX #158BAA Pelorous

📋 copy color: '#158BAA'

red 21 ◦ green 139 ◦ blue 170

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

Shades of Pelorous #158BAA

Tints of Pelorous #158BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.12%

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 6.36%
G = 42.12%
B = 51.52%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#158BAA (or 0x158BAA) is known color: Pelorous. HEX triplet: 15, 8B and AA. RGB value is (21,139,170). Sum of RGB (Red+Green+Blue) = 21+139+170=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #158BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158BAA is #EA7455. Grayscale: #6B6B6B. Windows color (decimal): -15365206 or 11176725. OLE color: 11176725.

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

Color convert

RGB 21 139 170 -
CMYK 0.88 0.18 0 0.33
HSL 192.48º 0.78% 0.37% -
HSV(B) 192.48º 0.88% 0.67% -
XYZ 16.8 21.53 41.3 -
YUV 107.25 163.41 66.48 -
System Red Green Blue C M Y K H S L
Decimal 21 139 170 0.88 0.18 0 0.33 192.48 0.78 0.37
Hex 15 8B AA 58 12 0 21 C0 4E 25
Octal 25 213 252 130 22 0 41 300 116 45
Binary 10101 10001011 10101010 1011000 10010 0 100001 11000000 1001110 100101

Color Harmonies of #158BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158BAA

Black with #158BAA

Text Example


Text Example

White with #158BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,139,170); }

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

background-color css

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

 a { background-color: rgb(21,139,170); }

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

border-color css

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

 span { border-color: rgb(21,139,170); }

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