#159EBA

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

Shades of Pelorous #159EBA

Tints of Pelorous #159EBA

Color information

#159EBA (or 0x159EBA) is unknown color: approx Pelorous. HEX triplet: 15, 9E and BA. RGB value is (21,158,186). Sum of RGB (Red+Green+Blue) = 21+158+186=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #159EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159EBA is #EA6145. Grayscale: #777777. Windows color (decimal): -15360326 or 12230165. OLE color: 12230165.

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

Color convert

RGB21158186-
CMYK0.890.1500.27
HSL190.18º79.71%40.59%-
HSV(B)190.18º88.71%72.94%-
XYZ21.428.1650.76-
YUV120.23165.1157.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.75%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=5.75%
G=43.29%
B=50.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211581860.890.1500.27190.1879.7140.59
Hex159EBA59F01Bbe5029
Octal252362721311703327612051
Binary10101100111101011101010110011111011011101111101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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