Html Css Color HEX #159CBA Pelorous

📋 copy color: '#159CBA'

red 21 ◦ green 156 ◦ blue 186

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

Shades of Pelorous #159CBA

Tints of Pelorous #159CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.98%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 5.79%
G = 42.98%
B = 51.24%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#159CBA (or 0x159CBA) is known color: Pelorous. HEX triplet: 15, 9C and BA. RGB value is (21,156,186). Sum of RGB (Red+Green+Blue) = 21+156+186=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #159CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CBA is #EA6345. Grayscale: #767676. Windows color (decimal): -15360838 or 12229653. OLE color: 12229653.

HSL color Cylindrical-coordinate representation of color #159CBA: hue angle of 190.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159CBA is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 156 186 -
CMYK 0.89 0.16 0 0.27
HSL 190.91º 0.8% 0.41% -
HSV(B) 190.91º 0.89% 0.73% -
XYZ 21.06 27.48 50.65 -
YUV 119.06 165.77 58.06 -
System Red Green Blue C M Y K H S L
Decimal 21 156 186 0.89 0.16 0 0.27 190.91 0.8 0.41
Hex 15 9C BA 59 10 0 1B BF 50 29
Octal 25 234 272 131 20 0 33 277 120 51
Binary 10101 10011100 10111010 1011001 10000 0 11011 10111111 1010000 101001

Color Harmonies of #159CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CBA

Black with #159CBA

Text Example


Text Example

White with #159CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,156,186); }

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

background-color css

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

 a { background-color: rgb(21,156,186); }

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

border-color css

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

 span { border-color: rgb(21,156,186); }

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