Html Css Color HEX #159BBD Pelorous

📋 copy color: '#159BBD'

red 21 ◦ green 155 ◦ blue 189

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

Shades of Pelorous #159BBD

Tints of Pelorous #159BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.78%

R = 5.75%
G = 42.47%
B = 51.78%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#159BBD (or 0x159BBD) is known color: Pelorous. HEX triplet: 15, 9B and BD. RGB value is (21,155,189). Sum of RGB (Red+Green+Blue) = 21+155+189=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #159BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BBD is #EA6442. Grayscale: #767676. Windows color (decimal): -15361091 or 12426005. OLE color: 12426005.

HSL color Cylindrical-coordinate representation of color #159BBD: hue angle of 192.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159BBD is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 155 189 -
CMYK 0.89 0.18 0 0.26
HSL 192.14º 0.8% 0.41% -
HSV(B) 192.14º 0.89% 0.74% -
XYZ 21.22 27.28 52.29 -
YUV 118.81 167.61 58.24 -
System Red Green Blue C M Y K H S L
Decimal 21 155 189 0.89 0.18 0 0.26 192.14 0.8 0.41
Hex 15 9B BD 59 12 0 1A C0 50 29
Octal 25 233 275 131 22 0 32 300 120 51
Binary 10101 10011011 10111101 1011001 10010 0 11010 11000000 1010000 101001

Color Harmonies of #159BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BBD

Black with #159BBD

Text Example


Text Example

White with #159BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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