Html Css Color HEX #189EB6 Pelorous

📋 copy color: '#189EB6'

red 24 ◦ green 158 ◦ blue 182

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

Shades of Pelorous #189EB6

Tints of Pelorous #189EB6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.41%

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

R = 6.59%
G = 43.41%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#189EB6 (or 0x189EB6) is known color: Pelorous. HEX triplet: 18, 9E and B6. RGB value is (24,158,182). Sum of RGB (Red+Green+Blue) = 24+158+182=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #189EB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189EB6 is #E76149. Grayscale: #787878. Windows color (decimal): -15163722 or 11968024. OLE color: 11968024.

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

Color convert

RGB 24 158 182 -
CMYK 0.87 0.13 0 0.29
HSL 189.11º 0.77% 0.4% -
HSV(B) 189.11º 0.87% 0.71% -
XYZ 21.05 28.03 48.56 -
YUV 120.67 162.61 59.05 -
System Red Green Blue C M Y K H S L
Decimal 24 158 182 0.87 0.13 0 0.29 189.11 0.77 0.4
Hex 18 9E B6 57 D 0 1D BD 4D 28
Octal 30 236 266 127 15 0 35 275 115 50
Binary 11000 10011110 10110110 1010111 1101 0 11101 10111101 1001101 101000

Color Harmonies of #189EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189EB6

Black with #189EB6

Text Example


Text Example

White with #189EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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