Html Css Color HEX #159ABA Pelorous

📋 copy color: '#159ABA'

red 21 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #159ABA

Tints of Pelorous #159ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 5.82%
G = 42.66%
B = 51.52%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#159ABA (or 0x159ABA) is known color: Pelorous. HEX triplet: 15, 9A and BA. RGB value is (21,154,186). Sum of RGB (Red+Green+Blue) = 21+154+186=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #159ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ABA is #EA6545. Grayscale: #757575. Windows color (decimal): -15361350 or 12229141. OLE color: 12229141.

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

Color convert

RGB 21 154 186 -
CMYK 0.89 0.17 0 0.27
HSL 191.64º 0.8% 0.41% -
HSV(B) 191.64º 0.89% 0.73% -
XYZ 20.73 26.82 50.54 -
YUV 117.88 166.44 58.9 -
System Red Green Blue C M Y K H S L
Decimal 21 154 186 0.89 0.17 0 0.27 191.64 0.8 0.41
Hex 15 9A BA 59 11 0 1B C0 50 29
Octal 25 232 272 131 21 0 33 300 120 51
Binary 10101 10011010 10111010 1011001 10001 0 11011 11000000 1010000 101001

Color Harmonies of #159ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ABA

Black with #159ABA

Text Example


Text Example

White with #159ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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