Html Css Color HEX #159AB5 Pelorous

📋 copy color: '#159AB5'

red 21 ◦ green 154 ◦ blue 181

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

Shades of Pelorous #159AB5

Tints of Pelorous #159AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.84%

R = 5.9%
G = 43.26%
B = 50.84%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#159AB5 (or 0x159AB5) is known color: Pelorous. HEX triplet: 15, 9A and B5. RGB value is (21,154,181). Sum of RGB (Red+Green+Blue) = 21+154+181=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #159AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159AB5 is #EA654A. Grayscale: #757575. Windows color (decimal): -15361355 or 11901461. OLE color: 11901461.

HSL color Cylindrical-coordinate representation of color #159AB5: hue angle of 190.12º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159AB5 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 21 154 181 -
CMYK 0.88 0.15 0 0.29
HSL 190.13º 0.79% 0.4% -
HSV(B) 190.13º 0.88% 0.71% -
XYZ 20.21 26.61 47.79 -
YUV 117.31 163.94 59.3 -
System Red Green Blue C M Y K H S L
Decimal 21 154 181 0.88 0.15 0 0.29 190.13 0.79 0.4
Hex 15 9A B5 58 F 0 1D BE 4F 28
Octal 25 232 265 130 17 0 35 276 117 50
Binary 10101 10011010 10110101 1011000 1111 0 11101 10111110 1001111 101000

Color Harmonies of #159AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159AB5

Black with #159AB5

Text Example


Text Example

White with #159AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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