#158FBA

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

Shades of Pelorous #158FBA

Tints of Pelorous #158FBA

Color information

#158FBA (or 0x158FBA) is unknown color: approx Pelorous. HEX triplet: 15, 8F and BA. RGB value is (21,143,186). Sum of RGB (Red+Green+Blue) = 21+143+186=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #158FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158FBA is #EA7045. Grayscale: #6F6F6F. Windows color (decimal): -15364166 or 12226325. OLE color: 12226325.

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

Color convert

RGB21143186-
CMYK0.890.2300.27
HSL195.64º79.71%40.59%-
HSV(B)195.64º88.71%72.94%-
XYZ18.9923.3549.96-
YUV111.42170.0863.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6%
GREEN value IS 143 (56.25% from 255) = 40.86%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=6%
G=40.86%
B=53.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211431860.890.2300.27195.6479.7140.59
Hex158FBA591701Bc45029
Octal252172721312703330412051
Binary101011000111110111010101100110111011011110001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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