Html Css Color HEX #189CDB Pacific Blue

📋 copy color: '#189CDB'

red 24 ◦ green 156 ◦ blue 219

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

Shades of Pacific Blue #189CDB

Tints of Pacific Blue #189CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.1%

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

R = 6.02%
G = 39.1%
B = 54.89%

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

#189CDB (or 0x189CDB) is known color: Pacific Blue. HEX triplet: 18, 9C and DB. RGB value is (24,156,219). Sum of RGB (Red+Green+Blue) = 24+156+219=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #189CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CDB is #E76324. Grayscale: #7B7B7B. Windows color (decimal): -15164197 or 14392344. OLE color: 14392344.

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

Color convert

RGB 24 156 219 -
CMYK 0.89 0.29 0 0.14
HSL 199.38º 0.8% 0.48% -
HSV(B) 199.38º 0.89% 0.86% -
XYZ 25.05 29.09 71.31 -
YUV 123.71 181.77 56.88 -
System Red Green Blue C M Y K H S L
Decimal 24 156 219 0.89 0.29 0 0.14 199.38 0.8 0.48
Hex 18 9C DB 59 1D 0 E C7 50 30
Octal 30 234 333 131 35 0 16 307 120 60
Binary 11000 10011100 11011011 1011001 11101 0 1110 11000111 1010000 110000

Color Harmonies of #189CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CDB

Black with #189CDB

Text Example


Text Example

White with #189CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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