Html Css Color HEX #189CC0 Pelorous

📋 copy color: '#189CC0'

red 24 ◦ green 156 ◦ blue 192

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

Shades of Pelorous #189CC0

Tints of Pelorous #189CC0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.94%

 BLUE value IS 192 (75.39% from 255) = 51.61%

R = 6.45%
G = 41.94%
B = 51.61%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#189CC0 (or 0x189CC0) is known color: Pelorous. HEX triplet: 18, 9C and C0. RGB value is (24,156,192). Sum of RGB (Red+Green+Blue) = 24+156+192=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #189CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CC0 is #E7633F. Grayscale: #787878. Windows color (decimal): -15164224 or 12622872. OLE color: 12622872.

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

Color convert

RGB 24 156 192 -
CMYK 0.88 0.19 0 0.25
HSL 192.86º 0.78% 0.42% -
HSV(B) 192.86º 0.88% 0.75% -
XYZ 21.78 27.78 54.08 -
YUV 120.64 168.27 59.07 -
System Red Green Blue C M Y K H S L
Decimal 24 156 192 0.88 0.19 0 0.25 192.86 0.78 0.42
Hex 18 9C C0 58 13 0 19 C1 4E 2A
Octal 30 234 300 130 23 0 31 301 116 52
Binary 11000 10011100 11000000 1011000 10011 0 11001 11000001 1001110 101010

Color Harmonies of #189CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CC0

Black with #189CC0

Text Example


Text Example

White with #189CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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