#158DBA

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

Shades of Pelorous #158DBA

Tints of Pelorous #158DBA

Color information

#158DBA (or 0x158DBA) is unknown color: approx Pelorous. HEX triplet: 15, 8D and BA. RGB value is (21,141,186). Sum of RGB (Red+Green+Blue) = 21+141+186=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #158DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DBA is #EA7245. Grayscale: #6D6D6D. Windows color (decimal): -15364678 or 12225813. OLE color: 12225813.

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

Color convert

RGB21141186-
CMYK0.890.2400.27
HSL196.36º79.71%40.59%-
HSV(B)196.36º88.71%72.94%-
XYZ18.722.7549.86-
YUV110.25170.7464.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.03%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=6.03%
G=40.52%
B=53.45%

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
Decimal211411860.890.2400.27196.3679.7140.59
Hex158DBA591801Bc45029
Octal252152721313003330412051
Binary101011000110110111010101100111000011011110001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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