#189eb6

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

Shades of Pelorous #189EB6

Tints of Pelorous #189EB6

Color information

#189EB6 (or 0x189EB6) is unknown color: approx Pelorous. HEX triplet: 18, 9E and B6. RGB value is (24,158,182). Sum of RGB (Red+Green+Blue) = 24+158+182=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #189EB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189EB6 is #E76149. Grayscale: #787878. Windows color (decimal): -15163722 or 11968024. OLE color: 11968024.

HSL color Cylindrical-coordinate representation of color #189EB6: hue angle of 189.11º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189EB6 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB24158182-
CMYK0.870.1300.29
HSL189.11º76.7%40.39%-
HSV(B)189.11º86.81%71.37%-
XYZ21.0528.0348.56-
YUV120.67162.6159.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.59%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 182 (71.48% from 255) = 50%
R=6.59%
G=43.41%
B=50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241581820.870.1300.29189.1176.740.39
Hex189EB657D01Dbd4d28
Octal302362661271503527511550
Binary11000100111101011011010101111101011101101111011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189eb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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