Html Css Color HEX #189AC1 Pelorous

📋 copy color: '#189AC1'

red 24 ◦ green 154 ◦ blue 193

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

Shades of Pelorous #189AC1

Tints of Pelorous #189AC1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.51%

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

R = 6.47%
G = 41.51%
B = 52.02%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#189AC1 (or 0x189AC1) is known color: Pelorous. HEX triplet: 18, 9A and C1. RGB value is (24,154,193). Sum of RGB (Red+Green+Blue) = 24+154+193=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #189AC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189AC1 is #E7653E. Grayscale: #777777. Windows color (decimal): -15164735 or 12687896. OLE color: 12687896.

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

Color convert

RGB 24 154 193 -
CMYK 0.88 0.20 0 0.24
HSL 193.85º 0.78% 0.43% -
HSV(B) 193.85º 0.88% 0.76% -
XYZ 21.56 27.16 54.56 -
YUV 119.58 169.43 59.83 -
System Red Green Blue C M Y K H S L
Decimal 24 154 193 0.88 0.20 0 0.24 193.85 0.78 0.43
Hex 18 9A C1 58 14 0 18 C2 4E 2B
Octal 30 232 301 130 24 0 30 302 116 53
Binary 11000 10011010 11000001 1011000 10100 0 11000 11000010 1001110 101011

Color Harmonies of #189AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189AC1

Black with #189AC1

Text Example


Text Example

White with #189AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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