Html Css Color HEX #159FAA Pelorous

📋 copy color: '#159FAA'

red 21 ◦ green 159 ◦ blue 170

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

Shades of Pelorous #159FAA

Tints of Pelorous #159FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 6%
G = 45.43%
B = 48.57%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#159FAA (or 0x159FAA) is known color: Pelorous. HEX triplet: 15, 9F and AA. RGB value is (21,159,170). Sum of RGB (Red+Green+Blue) = 21+159+170=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #159FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159FAA is #EA6055. Grayscale: #767676. Windows color (decimal): -15360086 or 11181845. OLE color: 11181845.

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

Color convert

RGB 21 159 170 -
CMYK 0.88 0.06 0 0.33
HSL 184.43º 0.78% 0.37% -
HSV(B) 184.43º 0.88% 0.67% -
XYZ 19.96 27.86 42.36 -
YUV 118.99 156.78 58.11 -
System Red Green Blue C M Y K H S L
Decimal 21 159 170 0.88 0.06 0 0.33 184.43 0.78 0.37
Hex 15 9F AA 58 6 0 21 B8 4E 25
Octal 25 237 252 130 6 0 41 270 116 45
Binary 10101 10011111 10101010 1011000 110 0 100001 10111000 1001110 100101

Color Harmonies of #159FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FAA

Black with #159FAA

Text Example


Text Example

White with #159FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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