Html Css Color HEX #159BBC Pelorous

📋 copy color: '#159BBC'

red 21 ◦ green 155 ◦ blue 188

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

Shades of Pelorous #159BBC

Tints of Pelorous #159BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.58%

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 5.77%
G = 42.58%
B = 51.65%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#159BBC (or 0x159BBC) is known color: Pelorous. HEX triplet: 15, 9B and BC. RGB value is (21,155,188). Sum of RGB (Red+Green+Blue) = 21+155+188=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #159BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BBC is #EA6443. Grayscale: #767676. Windows color (decimal): -15361092 or 12360469. OLE color: 12360469.

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

Color convert

RGB 21 155 188 -
CMYK 0.89 0.18 0 0.26
HSL 191.86º 0.8% 0.41% -
HSV(B) 191.86º 0.89% 0.74% -
XYZ 21.11 27.23 51.72 -
YUV 118.7 167.11 58.32 -
System Red Green Blue C M Y K H S L
Decimal 21 155 188 0.89 0.18 0 0.26 191.86 0.8 0.41
Hex 15 9B BC 59 12 0 1A C0 50 29
Octal 25 233 274 131 22 0 32 300 120 51
Binary 10101 10011011 10111100 1011001 10010 0 11010 11000000 1010000 101001

Color Harmonies of #159BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BBC

Black with #159BBC

Text Example


Text Example

White with #159BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,155,188); }

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

background-color css

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

 a { background-color: rgb(21,155,188); }

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

border-color css

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

 span { border-color: rgb(21,155,188); }

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