#189cc4

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

Shades of Pelorous #189CC4

Tints of Pelorous #189CC4

Color information

#189CC4 (or 0x189CC4) is unknown color: approx Pelorous. HEX triplet: 18, 9C and C4. RGB value is (24,156,196). Sum of RGB (Red+Green+Blue) = 24+156+196=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #189CC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CC4 is #E7633B. Grayscale: #787878. Windows color (decimal): -15164220 or 12885016. OLE color: 12885016.

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

Color convert

RGB24156196-
CMYK0.880.2000.23
HSL193.95º78.18%43.14%-
HSV(B)193.95º87.76%76.86%-
XYZ22.2327.9656.45-
YUV121.09170.2758.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.38%
GREEN value IS 156 (61.33% from 255) = 41.49%
BLUE value IS 196 (76.95% from 255) = 52.13%
R=6.38%
G=41.49%
B=52.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241561960.880.2000.23193.9578.1843.14
Hex189CC45814017c24e2b
Octal302343041302402730211653
Binary110001001110011000100101100010100010111110000101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189cc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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