#189DB3

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

Shades of Pelorous #189DB3

Tints of Pelorous #189DB3

Color information

#189DB3 (or 0x189DB3) is unknown color: approx Pelorous. HEX triplet: 18, 9D and B3. RGB value is (24,157,179). Sum of RGB (Red+Green+Blue) = 24+157+179=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #189DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189DB3 is #E7624C. Grayscale: #777777. Windows color (decimal): -15163981 or 11771160. OLE color: 11771160.

HSL color Cylindrical-coordinate representation of color #189DB3: hue angle of 188.52º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189DB3 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB24157179-
CMYK0.870.1200.30
HSL188.52º76.35%39.8%-
HSV(B)188.52º86.59%70.2%-
XYZ20.5727.5646.88-
YUV119.74161.4459.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.67%
GREEN value IS 157 (61.72% from 255) = 43.61%
BLUE value IS 179 (70.31% from 255) = 49.72%
R=6.67%
G=43.61%
B=49.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal241571790.870.1200.30188.5276.3539.8
Hex189DB357C01Ebd4c28
Octal302352631271403627511450
Binary11000100111011011001110101111100011110101111011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,157,179); }

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

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

 a { background-color: rgb(24,157,179); }

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

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

 span { border-color: rgb(24,157,179); }

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