Html Css Color HEX #159AAD Pelorous

📋 copy color: '#159AAD'

red 21 ◦ green 154 ◦ blue 173

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

Shades of Pelorous #159AAD

Tints of Pelorous #159AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.71%

R = 6.03%
G = 44.25%
B = 49.71%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#159AAD (or 0x159AAD) is known color: Pelorous. HEX triplet: 15, 9A and AD. RGB value is (21,154,173). Sum of RGB (Red+Green+Blue) = 21+154+173=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #159AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159AAD is #EA6552. Grayscale: #747474. Windows color (decimal): -15361363 or 11377173. OLE color: 11377173.

HSL color Cylindrical-coordinate representation of color #159AAD: hue angle of 187.5º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159AAD is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 154 173 -
CMYK 0.88 0.11 0 0.32
HSL 187.5º 0.78% 0.38% -
HSV(B) 187.5º 0.88% 0.68% -
XYZ 19.41 26.29 43.59 -
YUV 116.4 159.94 59.96 -
System Red Green Blue C M Y K H S L
Decimal 21 154 173 0.88 0.11 0 0.32 187.5 0.78 0.38
Hex 15 9A AD 58 B 0 20 BC 4E 26
Octal 25 232 255 130 13 0 40 274 116 46
Binary 10101 10011010 10101101 1011000 1011 0 100000 10111100 1001110 100110

Color Harmonies of #159AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159AAD

Black with #159AAD

Text Example


Text Example

White with #159AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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