Html Css Color HEX #189ABF Pelorous

📋 copy color: '#189ABF'

red 24 ◦ green 154 ◦ blue 191

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

Shades of Pelorous #189ABF

Tints of Pelorous #189ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.76%

R = 6.5%
G = 41.73%
B = 51.76%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#189ABF (or 0x189ABF) is known color: Pelorous. HEX triplet: 18, 9A and BF. RGB value is (24,154,191). Sum of RGB (Red+Green+Blue) = 24+154+191=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #189ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ABF is #E76540. Grayscale: #777777. Windows color (decimal): -15164737 or 12556824. OLE color: 12556824.

HSL color Cylindrical-coordinate representation of color #189ABF: hue angle of 193.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189ABF is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 154 191 -
CMYK 0.87 0.19 0 0.25
HSL 193.29º 0.78% 0.42% -
HSV(B) 193.29º 0.87% 0.75% -
XYZ 21.34 27.07 53.39 -
YUV 119.35 168.43 59.99 -
System Red Green Blue C M Y K H S L
Decimal 24 154 191 0.87 0.19 0 0.25 193.29 0.78 0.42
Hex 18 9A BF 57 13 0 19 C1 4E 2A
Octal 30 232 277 127 23 0 31 301 116 52
Binary 11000 10011010 10111111 1010111 10011 0 11001 11000001 1001110 101010

Color Harmonies of #189ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ABF

Black with #189ABF

Text Example


Text Example

White with #189ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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