Html Css Color HEX #189AB6 Pelorous

📋 copy color: '#189AB6'

red 24 ◦ green 154 ◦ blue 182

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

Shades of Pelorous #189AB6

Tints of Pelorous #189AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.56%

R = 6.67%
G = 42.78%
B = 50.56%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#189AB6 (or 0x189AB6) is known color: Pelorous. HEX triplet: 18, 9A and B6. RGB value is (24,154,182). Sum of RGB (Red+Green+Blue) = 24+154+182=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #189AB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189AB6 is #E76549. Grayscale: #767676. Windows color (decimal): -15164746 or 11967000. OLE color: 11967000.

HSL color Cylindrical-coordinate representation of color #189AB6: hue angle of 190.63º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189AB6 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 154 182 -
CMYK 0.87 0.15 0 0.29
HSL 190.63º 0.77% 0.4% -
HSV(B) 190.63º 0.87% 0.71% -
XYZ 20.38 26.68 48.33 -
YUV 118.32 163.93 60.72 -
System Red Green Blue C M Y K H S L
Decimal 24 154 182 0.87 0.15 0 0.29 190.63 0.77 0.4
Hex 18 9A B6 57 F 0 1D BF 4D 28
Octal 30 232 266 127 17 0 35 277 115 50
Binary 11000 10011010 10110110 1010111 1111 0 11101 10111111 1001101 101000

Color Harmonies of #189AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189AB6

Black with #189AB6

Text Example


Text Example

White with #189AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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