Html Css Color HEX #189DC1 Pelorous

📋 copy color: '#189DC1'

red 24 ◦ green 157 ◦ blue 193

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

Shades of Pelorous #189DC1

Tints of Pelorous #189DC1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.98%

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

R = 6.42%
G = 41.98%
B = 51.6%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#189DC1 (or 0x189DC1) is known color: Pelorous. HEX triplet: 18, 9D and C1. RGB value is (24,157,193). Sum of RGB (Red+Green+Blue) = 24+157+193=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #189DC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189DC1 is #E7623E. Grayscale: #797979. Windows color (decimal): -15163967 or 12688664. OLE color: 12688664.

HSL color Cylindrical-coordinate representation of color #189DC1: hue angle of 192.78º 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 #189DC1 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 157 193 -
CMYK 0.88 0.19 0 0.24
HSL 192.78º 0.78% 0.43% -
HSV(B) 192.78º 0.88% 0.76% -
XYZ 22.06 28.16 54.72 -
YUV 121.34 168.44 58.57 -
System Red Green Blue C M Y K H S L
Decimal 24 157 193 0.88 0.19 0 0.24 192.78 0.78 0.43
Hex 18 9D C1 58 13 0 18 C1 4E 2B
Octal 30 235 301 130 23 0 30 301 116 53
Binary 11000 10011101 11000001 1011000 10011 0 11000 11000001 1001110 101011

Color Harmonies of #189DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DC1

Black with #189DC1

Text Example


Text Example

White with #189DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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