Html Css Color HEX #159BAD Pelorous

📋 copy color: '#159BAD'

red 21 ◦ green 155 ◦ blue 173

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

Shades of Pelorous #159BAD

Tints of Pelorous #159BAD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.41%

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

R = 6.02%
G = 44.41%
B = 49.57%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#159BAD (or 0x159BAD) is known color: Pelorous. HEX triplet: 15, 9B and AD. RGB value is (21,155,173). Sum of RGB (Red+Green+Blue) = 21+155+173=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #159BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159BAD is #EA6452. Grayscale: #747474. Windows color (decimal): -15361107 or 11377429. OLE color: 11377429.

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

Color convert

RGB 21 155 173 -
CMYK 0.88 0.10 0 0.32
HSL 187.11º 0.78% 0.38% -
HSV(B) 187.11º 0.88% 0.68% -
XYZ 19.57 26.62 43.64 -
YUV 116.99 159.61 59.54 -
System Red Green Blue C M Y K H S L
Decimal 21 155 173 0.88 0.10 0 0.32 187.11 0.78 0.38
Hex 15 9B AD 58 A 0 20 BB 4E 26
Octal 25 233 255 130 12 0 40 273 116 46
Binary 10101 10011011 10101101 1011000 1010 0 100000 10111011 1001110 100110

Color Harmonies of #159BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BAD

Black with #159BAD

Text Example


Text Example

White with #159BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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