Html Css Color HEX #189ABD Pelorous

📋 copy color: '#189ABD'

red 24 ◦ green 154 ◦ blue 189

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

Shades of Pelorous #189ABD

Tints of Pelorous #189ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 6.54%
G = 41.96%
B = 51.5%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#189ABD (or 0x189ABD) is known color: Pelorous. HEX triplet: 18, 9A and BD. RGB value is (24,154,189). Sum of RGB (Red+Green+Blue) = 24+154+189=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #189ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ABD is #E76542. Grayscale: #767676. Windows color (decimal): -15164739 or 12425752. OLE color: 12425752.

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

Color convert

RGB 24 154 189 -
CMYK 0.87 0.19 0 0.26
HSL 192.73º 0.77% 0.42% -
HSV(B) 192.73º 0.87% 0.74% -
XYZ 21.12 26.98 52.24 -
YUV 119.12 167.43 60.15 -
System Red Green Blue C M Y K H S L
Decimal 24 154 189 0.87 0.19 0 0.26 192.73 0.77 0.42
Hex 18 9A BD 57 13 0 1A C1 4D 2A
Octal 30 232 275 127 23 0 32 301 115 52
Binary 11000 10011010 10111101 1010111 10011 0 11010 11000001 1001101 101010

Color Harmonies of #189ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ABD

Black with #189ABD

Text Example


Text Example

White with #189ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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