#189CB4

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

Shades of Pelorous #189CB4

Tints of Pelorous #189CB4

Color information

#189CB4 (or 0x189CB4) is unknown color: approx Pelorous. HEX triplet: 18, 9C and B4. RGB value is (24,156,180). Sum of RGB (Red+Green+Blue) = 24+156+180=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #189CB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CB4 is #E7634B. Grayscale: #777777. Windows color (decimal): -15164236 or 11836440. OLE color: 11836440.

HSL color Cylindrical-coordinate representation of color #189CB4: hue angle of 189.23º degrees, saturation: 0.76, 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 #189CB4 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB24156180-
CMYK0.870.1300.29
HSL189.23º76.47%40%-
HSV(B)189.23º86.67%70.59%-
XYZ20.527.2747.36-
YUV119.27162.2760.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.67%
GREEN value IS 156 (61.33% from 255) = 43.33%
BLUE value IS 180 (70.70% from 255) = 50%
R=6.67%
G=43.33%
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
Decimal241561800.870.1300.29189.2376.4740
Hex189CB457D01Dbd4c28
Octal302342641271503527511450
Binary11000100111001011010010101111101011101101111011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,156,180); }

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

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

 a { background-color: rgb(24,156,180); }

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

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

 span { border-color: rgb(24,156,180); }

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