Html Css Color HEX #189EBC Pelorous

📋 copy color: '#189EBC'

red 24 ◦ green 158 ◦ blue 188

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

Shades of Pelorous #189EBC

Tints of Pelorous #189EBC

RGB

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

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

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

R = 6.49%
G = 42.7%
B = 50.81%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#189EBC (or 0x189EBC) is known color: Pelorous. HEX triplet: 18, 9E and BC. RGB value is (24,158,188). Sum of RGB (Red+Green+Blue) = 24+158+188=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #189EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189EBC is #E76143. Grayscale: #797979. Windows color (decimal): -15163716 or 12361240. OLE color: 12361240.

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

Color convert

RGB 24 158 188 -
CMYK 0.87 0.16 0 0.26
HSL 190.98º 0.77% 0.42% -
HSV(B) 190.98º 0.87% 0.74% -
XYZ 21.68 28.28 51.89 -
YUV 121.35 165.61 58.56 -
System Red Green Blue C M Y K H S L
Decimal 24 158 188 0.87 0.16 0 0.26 190.98 0.77 0.42
Hex 18 9E BC 57 10 0 1A BF 4D 2A
Octal 30 236 274 127 20 0 32 277 115 52
Binary 11000 10011110 10111100 1010111 10000 0 11010 10111111 1001101 101010

Color Harmonies of #189EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189EBC

Black with #189EBC

Text Example


Text Example

White with #189EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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