Html Css Color HEX #159AAF Pelorous

📋 copy color: '#159AAF'

red 21 ◦ green 154 ◦ blue 175

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

Shades of Pelorous #159AAF

Tints of Pelorous #159AAF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44%

 BLUE value IS 175 (68.75% from 255) = 50%

R = 6%
G = 44%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#159AAF (or 0x159AAF) is known color: Pelorous. HEX triplet: 15, 9A and AF. RGB value is (21,154,175). Sum of RGB (Red+Green+Blue) = 21+154+175=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #159AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159AAF is #EA6550. Grayscale: #747474. Windows color (decimal): -15361361 or 11508245. OLE color: 11508245.

HSL color Cylindrical-coordinate representation of color #159AAF: hue angle of 188.18º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159AAF is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 154 175 -
CMYK 0.88 0.12 0 0.31
HSL 188.18º 0.79% 0.38% -
HSV(B) 188.18º 0.88% 0.69% -
XYZ 19.6 26.37 44.61 -
YUV 116.63 160.94 59.79 -
System Red Green Blue C M Y K H S L
Decimal 21 154 175 0.88 0.12 0 0.31 188.18 0.79 0.38
Hex 15 9A AF 58 C 0 1F BC 4F 26
Octal 25 232 257 130 14 0 37 274 117 46
Binary 10101 10011010 10101111 1011000 1100 0 11111 10111100 1001111 100110

Color Harmonies of #159AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159AAF

Black with #159AAF

Text Example


Text Example

White with #159AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,154,175); }

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

background-color css

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

 a { background-color: rgb(21,154,175); }

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

border-color css

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

 span { border-color: rgb(21,154,175); }

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