#189AC0

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

Shades of Pelorous #189AC0

Tints of Pelorous #189AC0

Color information

#189AC0 (or 0x189AC0) is unknown color: approx Pelorous. HEX triplet: 18, 9A and C0. RGB value is (24,154,192). Sum of RGB (Red+Green+Blue) = 24+154+192=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #189AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189AC0 is #E7653F. Grayscale: #777777. Windows color (decimal): -15164736 or 12622360. OLE color: 12622360.

HSL color Cylindrical-coordinate representation of color #189AC0: hue angle of 193.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #189AC0 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB24154192-
CMYK0.880.2000.25
HSL193.57º77.78%42.35%-
HSV(B)193.57º87.5%75.29%-
XYZ21.4527.1153.97-
YUV119.46168.9359.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.49%
GREEN value IS 154 (60.55% from 255) = 41.62%
BLUE value IS 192 (75.39% from 255) = 51.89%
R=6.49%
G=41.62%
B=51.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241541920.880.2000.25193.5777.7842.35
Hex189AC05814019c24e2a
Octal302323001302403130211652
Binary110001001101011000000101100010100011001110000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,154,192); }

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

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

 a { background-color: rgb(24,154,192); }

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

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

 span { border-color: rgb(24,154,192); }

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