Html Css Color HEX #159DAC Pelorous

📋 copy color: '#159DAC'

red 21 ◦ green 157 ◦ blue 172

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

Shades of Pelorous #159DAC

Tints of Pelorous #159DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.86%

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 6%
G = 44.86%
B = 49.14%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#159DAC (or 0x159DAC) is known color: Pelorous. HEX triplet: 15, 9D and AC. RGB value is (21,157,172). Sum of RGB (Red+Green+Blue) = 21+157+172=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #159DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159DAC is #EA6253. Grayscale: #757575. Windows color (decimal): -15360596 or 11312405. OLE color: 11312405.

HSL color Cylindrical-coordinate representation of color #159DAC: hue angle of 185.96º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159DAC is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 157 172 -
CMYK 0.88 0.09 0 0.33
HSL 185.96º 0.78% 0.38% -
HSV(B) 185.96º 0.88% 0.67% -
XYZ 19.81 27.25 43.25 -
YUV 118.05 158.44 58.78 -
System Red Green Blue C M Y K H S L
Decimal 21 157 172 0.88 0.09 0 0.33 185.96 0.78 0.38
Hex 15 9D AC 58 9 0 21 BA 4E 26
Octal 25 235 254 130 11 0 41 272 116 46
Binary 10101 10011101 10101100 1011000 1001 0 100001 10111010 1001110 100110

Color Harmonies of #159DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DAC

Black with #159DAC

Text Example


Text Example

White with #159DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,157,172); }

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

background-color css

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

 a { background-color: rgb(21,157,172); }

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

border-color css

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

 span { border-color: rgb(21,157,172); }

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