Html Css Color HEX #159ABF Pelorous

📋 copy color: '#159ABF'

red 21 ◦ green 154 ◦ blue 191

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

Shades of Pelorous #159ABF

Tints of Pelorous #159ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.19%

R = 5.74%
G = 42.08%
B = 52.19%

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

#159ABF (or 0x159ABF) is known color: Pelorous. HEX triplet: 15, 9A and BF. RGB value is (21,154,191). Sum of RGB (Red+Green+Blue) = 21+154+191=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #159ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ABF is #EA6540. Grayscale: #767676. Windows color (decimal): -15361345 or 12556821. OLE color: 12556821.

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

Color convert

RGB 21 154 191 -
CMYK 0.89 0.19 0 0.25
HSL 193.06º 0.8% 0.42% -
HSV(B) 193.06º 0.89% 0.75% -
XYZ 21.27 27.03 53.39 -
YUV 118.45 168.94 58.49 -
System Red Green Blue C M Y K H S L
Decimal 21 154 191 0.89 0.19 0 0.25 193.06 0.8 0.42
Hex 15 9A BF 59 13 0 19 C1 50 2A
Octal 25 232 277 131 23 0 31 301 120 52
Binary 10101 10011010 10111111 1011001 10011 0 11001 11000001 1010000 101010

Color Harmonies of #159ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ABF

Black with #159ABF

Text Example


Text Example

White with #159ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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