Html Css Color HEX #189BDB Pacific Blue

📋 copy color: '#189BDB'

red 24 ◦ green 155 ◦ blue 219

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

Shades of Pacific Blue #189BDB

Tints of Pacific Blue #189BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.94%

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

R = 6.03%
G = 38.94%
B = 55.03%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#189BDB (or 0x189BDB) is known color: Pacific Blue. HEX triplet: 18, 9B and DB. RGB value is (24,155,219). Sum of RGB (Red+Green+Blue) = 24+155+219=398 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.03% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #189BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189BDB is #E76424. Grayscale: #7A7A7A. Windows color (decimal): -15164453 or 14392088. OLE color: 14392088.

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

Color convert

RGB 24 155 219 -
CMYK 0.89 0.29 0 0.14
HSL 199.69º 0.8% 0.48% -
HSV(B) 199.69º 0.89% 0.86% -
XYZ 24.88 28.75 71.26 -
YUV 123.13 182.1 57.3 -
System Red Green Blue C M Y K H S L
Decimal 24 155 219 0.89 0.29 0 0.14 199.69 0.8 0.48
Hex 18 9B DB 59 1D 0 E C8 50 30
Octal 30 233 333 131 35 0 16 310 120 60
Binary 11000 10011011 11011011 1011001 11101 0 1110 11001000 1010000 110000

Color Harmonies of #189BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189BDB

Black with #189BDB

Text Example


Text Example

White with #189BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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