Html Css Color HEX #159ABC Pelorous

📋 copy color: '#159ABC'

red 21 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #159ABC

Tints of Pelorous #159ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 5.79%
G = 42.42%
B = 51.79%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#159ABC (or 0x159ABC) is known color: Pelorous. HEX triplet: 15, 9A and BC. RGB value is (21,154,188). Sum of RGB (Red+Green+Blue) = 21+154+188=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #159ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ABC is #EA6543. Grayscale: #757575. Windows color (decimal): -15361348 or 12360213. OLE color: 12360213.

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

Color convert

RGB 21 154 188 -
CMYK 0.89 0.18 0 0.26
HSL 192.22º 0.8% 0.41% -
HSV(B) 192.22º 0.89% 0.74% -
XYZ 20.94 26.9 51.67 -
YUV 118.11 167.44 58.74 -
System Red Green Blue C M Y K H S L
Decimal 21 154 188 0.89 0.18 0 0.26 192.22 0.8 0.41
Hex 15 9A BC 59 12 0 1A C0 50 29
Octal 25 232 274 131 22 0 32 300 120 51
Binary 10101 10011010 10111100 1011001 10010 0 11010 11000000 1010000 101001

Color Harmonies of #159ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ABC

Black with #159ABC

Text Example


Text Example

White with #159ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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