Html Css Color HEX #158FAA Pelorous

📋 copy color: '#158FAA'

red 21 ◦ green 143 ◦ blue 170

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

Shades of Pelorous #158FAA

Tints of Pelorous #158FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.81%

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

R = 6.29%
G = 42.81%
B = 50.9%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#158FAA (or 0x158FAA) is known color: Pelorous. HEX triplet: 15, 8F and AA. RGB value is (21,143,170). Sum of RGB (Red+Green+Blue) = 21+143+170=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #158FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158FAA is #EA7055. Grayscale: #6D6D6D. Windows color (decimal): -15364182 or 11177749. OLE color: 11177749.

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

Color convert

RGB 21 143 170 -
CMYK 0.88 0.16 0 0.33
HSL 190.87º 0.78% 0.37% -
HSV(B) 190.87º 0.88% 0.67% -
XYZ 17.39 22.71 41.5 -
YUV 109.6 162.08 64.8 -
System Red Green Blue C M Y K H S L
Decimal 21 143 170 0.88 0.16 0 0.33 190.87 0.78 0.37
Hex 15 8F AA 58 10 0 21 BF 4E 25
Octal 25 217 252 130 20 0 41 277 116 45
Binary 10101 10001111 10101010 1011000 10000 0 100001 10111111 1001110 100101

Color Harmonies of #158FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158FAA

Black with #158FAA

Text Example


Text Example

White with #158FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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