Html Css Color HEX #189ABC Pelorous

📋 copy color: '#189ABC'

red 24 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #189ABC

Tints of Pelorous #189ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 6.56%
G = 42.08%
B = 51.37%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#189ABC (or 0x189ABC) is known color: Pelorous. HEX triplet: 18, 9A and BC. RGB value is (24,154,188). Sum of RGB (Red+Green+Blue) = 24+154+188=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #189ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ABC is #E76543. Grayscale: #767676. Windows color (decimal): -15164740 or 12360216. OLE color: 12360216.

HSL color Cylindrical-coordinate representation of color #189ABC: hue angle of 192.44º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189ABC is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 154 188 -
CMYK 0.87 0.18 0 0.26
HSL 192.44º 0.77% 0.42% -
HSV(B) 192.44º 0.87% 0.74% -
XYZ 21.01 26.94 51.67 -
YUV 119.01 166.93 60.24 -
System Red Green Blue C M Y K H S L
Decimal 24 154 188 0.87 0.18 0 0.26 192.44 0.77 0.42
Hex 18 9A BC 57 12 0 1A C0 4D 2A
Octal 30 232 274 127 22 0 32 300 115 52
Binary 11000 10011010 10111100 1010111 10010 0 11010 11000000 1001101 101010

Color Harmonies of #189ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ABC

Black with #189ABC

Text Example


Text Example

White with #189ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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