Html Css Color HEX #159ABE Pelorous

📋 copy color: '#159ABE'

red 21 ◦ green 154 ◦ blue 190

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

Shades of Pelorous #159ABE

Tints of Pelorous #159ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 5.75%
G = 42.19%
B = 52.05%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#159ABE (or 0x159ABE) is known color: Pelorous. HEX triplet: 15, 9A and BE. RGB value is (21,154,190). Sum of RGB (Red+Green+Blue) = 21+154+190=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #159ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ABE is #EA6541. Grayscale: #767676. Windows color (decimal): -15361346 or 12491285. OLE color: 12491285.

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

Color convert

RGB 21 154 190 -
CMYK 0.89 0.19 0 0.25
HSL 192.78º 0.8% 0.41% -
HSV(B) 192.78º 0.89% 0.75% -
XYZ 21.16 26.99 52.81 -
YUV 118.34 168.44 58.57 -
System Red Green Blue C M Y K H S L
Decimal 21 154 190 0.89 0.19 0 0.25 192.78 0.8 0.41
Hex 15 9A BE 59 13 0 19 C1 50 29
Octal 25 232 276 131 23 0 31 301 120 51
Binary 10101 10011010 10111110 1011001 10011 0 11001 11000001 1010000 101001

Color Harmonies of #159ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ABE

Black with #159ABE

Text Example


Text Example

White with #159ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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