Html Css Color HEX #189ADD Pacific Blue

📋 copy color: '#189ADD'

red 24 ◦ green 154 ◦ blue 221

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

Shades of Pacific Blue #189ADD

Tints of Pacific Blue #189ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 6.02%
G = 38.6%
B = 55.39%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#189ADD (or 0x189ADD) is known color: Pacific Blue. HEX triplet: 18, 9A and DD. RGB value is (24,154,221). Sum of RGB (Red+Green+Blue) = 24+154+221=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #189ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ADD is #E76522. Grayscale: #7A7A7A. Windows color (decimal): -15164707 or 14522904. OLE color: 14522904.

HSL color Cylindrical-coordinate representation of color #189ADD: hue angle of 200.41º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #189ADD is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 154 221 -
CMYK 0.89 0.30 0 0.13
HSL 200.41º 0.8% 0.48% -
HSV(B) 200.41º 0.89% 0.87% -
XYZ 24.98 28.53 72.6 -
YUV 122.77 183.43 57.55 -
System Red Green Blue C M Y K H S L
Decimal 24 154 221 0.89 0.30 0 0.13 200.41 0.8 0.48
Hex 18 9A DD 59 1E 0 D C8 50 30
Octal 30 232 335 131 36 0 15 310 120 60
Binary 11000 10011010 11011101 1011001 11110 0 1101 11001000 1010000 110000

Color Harmonies of #189ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ADD

Black with #189ADD

Text Example


Text Example

White with #189ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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