Html Css Color HEX #159BBA Pelorous

📋 copy color: '#159BBA'

red 21 ◦ green 155 ◦ blue 186

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

Shades of Pelorous #159BBA

Tints of Pelorous #159BBA

RGB

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

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

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

R = 5.8%
G = 42.82%
B = 51.38%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#159BBA (or 0x159BBA) is known color: Pelorous. HEX triplet: 15, 9B and BA. RGB value is (21,155,186). Sum of RGB (Red+Green+Blue) = 21+155+186=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #159BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BBA is #EA6445. Grayscale: #767676. Windows color (decimal): -15361094 or 12229397. OLE color: 12229397.

HSL color Cylindrical-coordinate representation of color #159BBA: hue angle of 191.27º 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 #159BBA is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 155 186 -
CMYK 0.89 0.17 0 0.27
HSL 191.27º 0.8% 0.41% -
HSV(B) 191.27º 0.89% 0.73% -
XYZ 20.89 27.15 50.59 -
YUV 118.47 166.11 58.48 -
System Red Green Blue C M Y K H S L
Decimal 21 155 186 0.89 0.17 0 0.27 191.27 0.8 0.41
Hex 15 9B BA 59 11 0 1B BF 50 29
Octal 25 233 272 131 21 0 33 277 120 51
Binary 10101 10011011 10111010 1011001 10001 0 11011 10111111 1010000 101001

Color Harmonies of #159BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BBA

Black with #159BBA

Text Example


Text Example

White with #159BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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