Html Css Color HEX #189EC1 Pelorous

📋 copy color: '#189EC1'

red 24 ◦ green 158 ◦ blue 193

#189EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #189EC1

Tints of Pelorous #189EC1

RGB

 RED value IS 24 (9.77% from 255) = 6.4%

 GREEN value IS 158 (62.11% from 255) = 42.13%

 BLUE value IS 193 (75.78% from 255) = 51.47%

R = 6.4%
G = 42.13%
B = 51.47%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#189EC1 (or 0x189EC1) is known color: Pelorous. HEX triplet: 18, 9E and C1. RGB value is (24,158,193). Sum of RGB (Red+Green+Blue) = 24+158+193=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #189EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189EC1 is #E7613E. Grayscale: #797979. Windows color (decimal): -15163711 or 12688920. OLE color: 12688920.

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

Color convert

RGB 24 158 193 -
CMYK 0.88 0.18 0 0.24
HSL 192.43º 0.78% 0.43% -
HSV(B) 192.43º 0.88% 0.76% -
XYZ 22.23 28.5 54.78 -
YUV 121.92 168.11 58.15 -
System Red Green Blue C M Y K H S L
Decimal 24 158 193 0.88 0.18 0 0.24 192.43 0.78 0.43
Hex 18 9E C1 58 12 0 18 C0 4E 2B
Octal 30 236 301 130 22 0 30 300 116 53
Binary 11000 10011110 11000001 1011000 10010 0 11000 11000000 1001110 101011

Color Harmonies of #189EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189EC1

Black with #189EC1

Text Example


Text Example

White with #189EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,158,193); }

 H1.HeaderClassName
 {
   color: #189EC1;
 }
 .AnyTagClassName
 {
   color: #189EC1;
 }
</style>

background-color css

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

 a { background-color: rgb(24,158,193); }

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

border-color css

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

 span { border-color: rgb(24,158,193); }

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