Html Css Color HEX #159DA8 Pelorous

📋 copy color: '#159DA8'

red 21 ◦ green 157 ◦ blue 168

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

Shades of Pelorous #159DA8

Tints of Pelorous #159DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48.55%

R = 6.07%
G = 45.38%
B = 48.55%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#159DA8 (or 0x159DA8) is known color: Pelorous. HEX triplet: 15, 9D and A8. RGB value is (21,157,168). Sum of RGB (Red+Green+Blue) = 21+157+168=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 168 (66.02% from 255 or 48.55% from 346); Max value from RGB is 168 - color contains mainly: blue. Hex color #159DA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159DA8 is #EA6257. Grayscale: #757575. Windows color (decimal): -15360600 or 11050261. OLE color: 11050261.

HSL color Cylindrical-coordinate representation of color #159DA8: hue angle of 184.49º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159DA8 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 21 157 168 -
CMYK 0.88 0.07 0 0.34
HSL 184.49º 0.78% 0.37% -
HSV(B) 184.49º 0.88% 0.66% -
XYZ 19.43 27.1 41.25 -
YUV 117.59 156.44 59.11 -
System Red Green Blue C M Y K H S L
Decimal 21 157 168 0.88 0.07 0 0.34 184.49 0.78 0.37
Hex 15 9D A8 58 7 0 22 B8 4E 25
Octal 25 235 250 130 7 0 42 270 116 45
Binary 10101 10011101 10101000 1011000 111 0 100010 10111000 1001110 100101

Color Harmonies of #159DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DA8

Black with #159DA8

Text Example


Text Example

White with #159DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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