Html Css Color HEX #159DB6 Pelorous

📋 copy color: '#159DB6'

red 21 ◦ green 157 ◦ blue 182

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

Shades of Pelorous #159DB6

Tints of Pelorous #159DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.56%

R = 5.83%
G = 43.61%
B = 50.56%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#159DB6 (or 0x159DB6) is known color: Pelorous. HEX triplet: 15, 9D and B6. RGB value is (21,157,182). Sum of RGB (Red+Green+Blue) = 21+157+182=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #159DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DB6 is #EA6249. Grayscale: #767676. Windows color (decimal): -15360586 or 11967765. OLE color: 11967765.

HSL color Cylindrical-coordinate representation of color #159DB6: hue angle of 189.32º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159DB6 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 21 157 182 -
CMYK 0.88 0.14 0 0.29
HSL 189.32º 0.79% 0.4% -
HSV(B) 189.32º 0.88% 0.71% -
XYZ 20.81 27.65 48.5 -
YUV 119.19 163.44 57.97 -
System Red Green Blue C M Y K H S L
Decimal 21 157 182 0.88 0.14 0 0.29 189.32 0.79 0.4
Hex 15 9D B6 58 E 0 1D BD 4F 28
Octal 25 235 266 130 16 0 35 275 117 50
Binary 10101 10011101 10110110 1011000 1110 0 11101 10111101 1001111 101000

Color Harmonies of #159DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DB6

Black with #159DB6

Text Example


Text Example

White with #159DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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