#158EBA

Color #158EBA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #158EBA

Tints of Pelorous #158EBA

Color information

#158EBA (or 0x158EBA) is unknown color: approx Pelorous. HEX triplet: 15, 8E and BA. RGB value is (21,142,186). Sum of RGB (Red+Green+Blue) = 21+142+186=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #158EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158EBA is #EA7145. Grayscale: #6E6E6E. Windows color (decimal): -15364422 or 12226069. OLE color: 12226069.

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

Color convert

RGB21142186-
CMYK0.890.2400.27
HSL196º79.71%40.59%-
HSV(B)196º88.71%72.94%-
XYZ18.8523.0549.91-
YUV110.84170.4163.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.02%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=6.02%
G=40.69%
B=53.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211421860.890.2400.2719679.7140.59
Hex158EBA591801Bc45029
Octal252162721313003330412051
Binary101011000111010111010101100111000011011110001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158EBA; }

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

 H1.HeaderClassName
 {
   color: #158EBA;
 }
 .AnyTagClassName
 {
   color: #158EBA;
 }
</style>
background-color css

<style>
 a { background-color: #158EBA; }

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

 div.DivClassName
 {
   background-color: #158EBA;
 }
 .BgClassName
 {
   background-color: #158EBA;
 }
</style>
border-color css

<style>
 span { border-color: #158EBA; }

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

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