Html Css Color HEX #189ADB Pacific Blue

📋 copy color: '#189ADB'

red 24 ◦ green 154 ◦ blue 219

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

Shades of Pacific Blue #189ADB

Tints of Pacific Blue #189ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.16%

R = 6.05%
G = 38.79%
B = 55.16%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#189ADB (or 0x189ADB) is known color: Pacific Blue. HEX triplet: 18, 9A and DB. RGB value is (24,154,219). Sum of RGB (Red+Green+Blue) = 24+154+219=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #189ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ADB is #E76524. Grayscale: #7A7A7A. Windows color (decimal): -15164709 or 14391832. OLE color: 14391832.

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

Color convert

RGB 24 154 219 -
CMYK 0.89 0.30 0 0.14
HSL 200º 0.8% 0.48% -
HSV(B) 200º 0.89% 0.86% -
XYZ 24.72 28.42 71.2 -
YUV 122.54 182.43 57.71 -
System Red Green Blue C M Y K H S L
Decimal 24 154 219 0.89 0.30 0 0.14 200 0.8 0.48
Hex 18 9A DB 59 1E 0 E C8 50 30
Octal 30 232 333 131 36 0 16 310 120 60
Binary 11000 10011010 11011011 1011001 11110 0 1110 11001000 1010000 110000

Color Harmonies of #189ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ADB

Black with #189ADB

Text Example


Text Example

White with #189ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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