Html Css Color HEX #189ECB Pacific Blue

📋 copy color: '#189ECB'

red 24 ◦ green 158 ◦ blue 203

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

Shades of Pacific Blue #189ECB

Tints of Pacific Blue #189ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 6.23%
G = 41.04%
B = 52.73%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#189ECB (or 0x189ECB) is known color: Pacific Blue. HEX triplet: 18, 9E and CB. RGB value is (24,158,203). Sum of RGB (Red+Green+Blue) = 24+158+203=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #189ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ECB is #E76134. Grayscale: #7A7A7A. Windows color (decimal): -15163701 or 13344280. OLE color: 13344280.

HSL color Cylindrical-coordinate representation of color #189ECB: hue angle of 195.08º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #189ECB is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 158 203 -
CMYK 0.88 0.22 0 0.20
HSL 195.08º 0.79% 0.45% -
HSV(B) 195.08º 0.88% 0.8% -
XYZ 23.38 28.96 60.86 -
YUV 123.06 173.11 57.34 -
System Red Green Blue C M Y K H S L
Decimal 24 158 203 0.88 0.22 0 0.20 195.08 0.79 0.45
Hex 18 9E CB 58 16 0 14 C3 4F 2D
Octal 30 236 313 130 26 0 24 303 117 55
Binary 11000 10011110 11001011 1011000 10110 0 10100 11000011 1001111 101101

Color Harmonies of #189ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ECB

Black with #189ECB

Text Example


Text Example

White with #189ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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