Html Css Color HEX #159DB0 Pelorous

📋 copy color: '#159DB0'

red 21 ◦ green 157 ◦ blue 176

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

Shades of Pelorous #159DB0

Tints of Pelorous #159DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.35%

 BLUE value IS 176 (69.14% from 255) = 49.72%

R = 5.93%
G = 44.35%
B = 49.72%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#159DB0 (or 0x159DB0) is known color: Pelorous. HEX triplet: 15, 9D and B0. RGB value is (21,157,176). Sum of RGB (Red+Green+Blue) = 21+157+176=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #159DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159DB0 is #EA624F. Grayscale: #767676. Windows color (decimal): -15360592 or 11574549. OLE color: 11574549.

HSL color Cylindrical-coordinate representation of color #159DB0: hue angle of 187.35º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159DB0 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 157 176 -
CMYK 0.88 0.11 0 0.31
HSL 187.35º 0.79% 0.39% -
HSV(B) 187.35º 0.88% 0.69% -
XYZ 20.2 27.41 45.3 -
YUV 118.5 160.44 58.46 -
System Red Green Blue C M Y K H S L
Decimal 21 157 176 0.88 0.11 0 0.31 187.35 0.79 0.39
Hex 15 9D B0 58 B 0 1F BB 4F 27
Octal 25 235 260 130 13 0 37 273 117 47
Binary 10101 10011101 10110000 1011000 1011 0 11111 10111011 1001111 100111

Color Harmonies of #159DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DB0

Black with #159DB0

Text Example


Text Example

White with #159DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,157,176); }

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

background-color css

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

 a { background-color: rgb(21,157,176); }

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

border-color css

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

 span { border-color: rgb(21,157,176); }

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