#189EBA

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

Shades of Pelorous #189EBA

Tints of Pelorous #189EBA

Color information

#189EBA (or 0x189EBA) is unknown color: approx Pelorous. HEX triplet: 18, 9E and BA. RGB value is (24,158,186). Sum of RGB (Red+Green+Blue) = 24+158+186=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #189EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189EBA is #E76145. Grayscale: #787878. Windows color (decimal): -15163718 or 12230168. OLE color: 12230168.

HSL color Cylindrical-coordinate representation of color #189EBA: hue angle of 190.37º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189EBA is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB24158186-
CMYK0.870.1500.27
HSL190.37º77.14%41.18%-
HSV(B)190.37º87.1%72.94%-
XYZ21.4728.1950.76-
YUV121.13164.6158.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.52%
GREEN value IS 158 (62.11% from 255) = 42.93%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=6.52%
G=42.93%
B=50.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241581860.870.1500.27190.3777.1441.18
Hex189EBA57F01Bbe4d29
Octal302362721271703327611551
Binary11000100111101011101010101111111011011101111101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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