Html Css Color HEX #189DDB Pacific Blue

📋 copy color: '#189DDB'

red 24 ◦ green 157 ◦ blue 219

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

Shades of Pacific Blue #189DDB

Tints of Pacific Blue #189DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.25%

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

R = 6%
G = 39.25%
B = 54.75%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#189DDB (or 0x189DDB) is known color: Pacific Blue. HEX triplet: 18, 9D and DB. RGB value is (24,157,219). Sum of RGB (Red+Green+Blue) = 24+157+219=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #189DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189DDB is #E76224. Grayscale: #7B7B7B. Windows color (decimal): -15163941 or 14392600. OLE color: 14392600.

HSL color Cylindrical-coordinate representation of color #189DDB: hue angle of 199.08º 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 #189DDB is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 157 219 -
CMYK 0.89 0.28 0 0.14
HSL 199.08º 0.8% 0.48% -
HSV(B) 199.08º 0.89% 0.86% -
XYZ 25.22 29.42 71.37 -
YUV 124.3 181.44 56.46 -
System Red Green Blue C M Y K H S L
Decimal 24 157 219 0.89 0.28 0 0.14 199.08 0.8 0.48
Hex 18 9D DB 59 1C 0 E C7 50 30
Octal 30 235 333 131 34 0 16 307 120 60
Binary 11000 10011101 11011011 1011001 11100 0 1110 11000111 1010000 110000

Color Harmonies of #189DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DDB

Black with #189DDB

Text Example


Text Example

White with #189DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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