Html Css Color HEX #159AAA Pelorous

📋 copy color: '#159AAA'

red 21 ◦ green 154 ◦ blue 170

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

Shades of Pelorous #159AAA

Tints of Pelorous #159AAA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.64%

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

R = 6.09%
G = 44.64%
B = 49.28%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#159AAA (or 0x159AAA) is known color: Pelorous. HEX triplet: 15, 9A and AA. RGB value is (21,154,170). Sum of RGB (Red+Green+Blue) = 21+154+170=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #159AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159AAA is #EA6555. Grayscale: #737373. Windows color (decimal): -15361366 or 11180565. OLE color: 11180565.

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

Color convert

RGB 21 154 170 -
CMYK 0.88 0.09 0 0.33
HSL 186.44º 0.78% 0.37% -
HSV(B) 186.44º 0.88% 0.67% -
XYZ 19.12 26.17 42.07 -
YUV 116.06 158.44 60.2 -
System Red Green Blue C M Y K H S L
Decimal 21 154 170 0.88 0.09 0 0.33 186.44 0.78 0.37
Hex 15 9A AA 58 9 0 21 BA 4E 25
Octal 25 232 252 130 11 0 41 272 116 45
Binary 10101 10011010 10101010 1011000 1001 0 100001 10111010 1001110 100101

Color Harmonies of #159AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159AAA

Black with #159AAA

Text Example


Text Example

White with #159AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159AAA; }

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

 H1.HeaderClassName
 {
   color: #159AAA;
 }
 .AnyTagClassName
 {
   color: #159AAA;
 }
</style>

background-color css

<style>
 a { background-color: #159AAA; }

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

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

border-color css

<style>
 span { border-color: #159AAA; }

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

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