Html Css Color HEX #189EBA Pelorous

📋 copy color: '#189EBA'

red 24 ◦ green 158 ◦ blue 186

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

Shades of Pelorous #189EBA

Tints of Pelorous #189EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 6.52%
G = 42.93%
B = 50.54%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#189EBA (or 0x189EBA) is known color: Pelorous. HEX triplet: 18, 9E and BA. RGB value is (24,158,186). Sum of RGB (Red+Green+Blue) = 24+158+186=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #189EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189EBA is #E76145. Grayscale: #787878. Windows color (decimal): -15163718 or 12230168. OLE color: 12230168.

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

Color convert

RGB 24 158 186 -
CMYK 0.87 0.15 0 0.27
HSL 190.37º 0.77% 0.41% -
HSV(B) 190.37º 0.87% 0.73% -
XYZ 21.47 28.19 50.76 -
YUV 121.13 164.61 58.72 -
System Red Green Blue C M Y K H S L
Decimal 24 158 186 0.87 0.15 0 0.27 190.37 0.77 0.41
Hex 18 9E BA 57 F 0 1B BE 4D 29
Octal 30 236 272 127 17 0 33 276 115 51
Binary 11000 10011110 10111010 1010111 1111 0 11011 10111110 1001101 101001

Color Harmonies of #189EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189EBA

Black with #189EBA

Text Example


Text Example

White with #189EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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