Html Css Color HEX #189ACD Pacific Blue

📋 copy color: '#189ACD'

red 24 ◦ green 154 ◦ blue 205

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

Shades of Pacific Blue #189ACD

Tints of Pacific Blue #189ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 6.27%
G = 40.21%
B = 53.52%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#189ACD (or 0x189ACD) is known color: Pacific Blue. HEX triplet: 18, 9A and CD. RGB value is (24,154,205). Sum of RGB (Red+Green+Blue) = 24+154+205=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #189ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ACD is #E76532. Grayscale: #787878. Windows color (decimal): -15164723 or 13474328. OLE color: 13474328.

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

Color convert

RGB 24 154 205 -
CMYK 0.88 0.25 0 0.20
HSL 196.91º 0.79% 0.45% -
HSV(B) 196.91º 0.88% 0.8% -
XYZ 22.95 27.71 61.9 -
YUV 120.94 175.43 58.85 -
System Red Green Blue C M Y K H S L
Decimal 24 154 205 0.88 0.25 0 0.20 196.91 0.79 0.45
Hex 18 9A CD 58 19 0 14 C5 4F 2D
Octal 30 232 315 130 31 0 24 305 117 55
Binary 11000 10011010 11001101 1011000 11001 0 10100 11000101 1001111 101101

Color Harmonies of #189ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ACD

Black with #189ACD

Text Example


Text Example

White with #189ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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