#189CDB

Color #189CDB Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #189CDB

Tints of Pacific Blue #189CDB

Color information

#189CDB (or 0x189CDB) is unknown color: approx 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

RGB24156219-
CMYK0.890.2900.14
HSL199.38º80.25%47.65%-
HSV(B)199.38º89.04%85.88%-
XYZ25.0529.0971.31-
YUV123.71181.7756.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.02%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 219 (85.94% from 255) = 54.89%
R=6.02%
G=39.10%
B=54.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal241562190.890.2900.14199.3880.2547.65
Hex189CDB591D0Ec75030
Octal302343331313501630712060
Binary11000100111001101101110110011110101110110001111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>