Html Css Color HEX #159FAC Pelorous

📋 copy color: '#159FAC'

red 21 ◦ green 159 ◦ blue 172

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

Shades of Pelorous #159FAC

Tints of Pelorous #159FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.17%

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

R = 5.97%
G = 45.17%
B = 48.86%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#159FAC (or 0x159FAC) is known color: Pelorous. HEX triplet: 15, 9F and AC. RGB value is (21,159,172). Sum of RGB (Red+Green+Blue) = 21+159+172=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #159FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159FAC is #EA6053. Grayscale: #777777. Windows color (decimal): -15360084 or 11312917. OLE color: 11312917.

HSL color Cylindrical-coordinate representation of color #159FAC: hue angle of 185.17º 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 #159FAC is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 159 172 -
CMYK 0.88 0.08 0 0.33
HSL 185.17º 0.78% 0.38% -
HSV(B) 185.17º 0.88% 0.67% -
XYZ 20.15 27.93 43.36 -
YUV 119.22 157.78 57.94 -
System Red Green Blue C M Y K H S L
Decimal 21 159 172 0.88 0.08 0 0.33 185.17 0.78 0.38
Hex 15 9F AC 58 8 0 21 B9 4E 26
Octal 25 237 254 130 10 0 41 271 116 46
Binary 10101 10011111 10101100 1011000 1000 0 100001 10111001 1001110 100110

Color Harmonies of #159FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FAC

Black with #159FAC

Text Example


Text Example

White with #159FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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