#189FB4

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

Shades of Pelorous #189FB4

Tints of Pelorous #189FB4

Color information

#189FB4 (or 0x189FB4) is unknown color: approx Pelorous. HEX triplet: 18, 9F and B4. RGB value is (24,159,180). Sum of RGB (Red+Green+Blue) = 24+159+180=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #189FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189FB4 is #E7604B. Grayscale: #787878. Windows color (decimal): -15163468 or 11837208. OLE color: 11837208.

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

Color convert

RGB24159180-
CMYK0.870.1200.29
HSL188.08º76.47%40%-
HSV(B)188.08º86.67%70.59%-
XYZ21.0128.2947.53-
YUV121.03161.2758.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.61%
GREEN value IS 159 (62.5% from 255) = 43.80%
BLUE value IS 180 (70.70% from 255) = 49.59%
R=6.61%
G=43.80%
B=49.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241591800.870.1200.29188.0876.4740
Hex189FB457C01Dbc4c28
Octal302372641271403527411450
Binary11000100111111011010010101111100011101101111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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