Html Css Color HEX #189ACC Pacific Blue

📋 copy color: '#189ACC'

red 24 ◦ green 154 ◦ blue 204

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

Shades of Pacific Blue #189ACC

Tints of Pacific Blue #189ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 6.28%
G = 40.31%
B = 53.4%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#189ACC (or 0x189ACC) is known color: Pacific Blue. HEX triplet: 18, 9A and CC. RGB value is (24,154,204). Sum of RGB (Red+Green+Blue) = 24+154+204=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #189ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ACC is #E76533. Grayscale: #787878. Windows color (decimal): -15164724 or 13408792. OLE color: 13408792.

HSL color Cylindrical-coordinate representation of color #189ACC: hue angle of 196.67º 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 #189ACC is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 154 204 -
CMYK 0.88 0.25 0 0.2
HSL 196.67º 0.79% 0.45% -
HSV(B) 196.67º 0.88% 0.8% -
XYZ 22.83 27.67 61.26 -
YUV 120.83 174.93 58.93 -
System Red Green Blue C M Y K H S L
Decimal 24 154 204 0.88 0.25 0 0.2 196.67 0.79 0.45
Hex 18 9A CC 58 19 0 14 C5 4F 2D
Octal 30 232 314 130 31 0 24 305 117 55
Binary 11000 10011010 11001100 1011000 11001 0 10100 11000101 1001111 101101

Color Harmonies of #189ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ACC

Black with #189ACC

Text Example


Text Example

White with #189ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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