#189DC8

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

Shades of Pacific Blue #189DC8

Tints of Pacific Blue #189DC8

Color information

#189DC8 (or 0x189DC8) is unknown color: approx Pacific Blue. HEX triplet: 18, 9D and C8. RGB value is (24,157,200). Sum of RGB (Red+Green+Blue) = 24+157+200=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #189DC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189DC8 is #E76237. Grayscale: #797979. Windows color (decimal): -15163960 or 13147416. OLE color: 13147416.

HSL color Cylindrical-coordinate representation of color #189DC8: hue angle of 194.66º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #189DC8 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB24157200-
CMYK0.880.2200.22
HSL194.66º78.57%43.92%-
HSV(B)194.66º88%78.43%-
XYZ22.8628.4858.94-
YUV122.14171.9458-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.30%
GREEN value IS 157 (61.72% from 255) = 41.21%
BLUE value IS 200 (78.52% from 255) = 52.49%
R=6.30%
G=41.21%
B=52.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal241572000.880.2200.22194.6678.5743.92
Hex189DC85816016c34f2c
Octal302353101302602630311754
Binary110001001110111001000101100010110010110110000111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #189DC8;
 }
 .AnyTagClassName
 {
   color: #189DC8;
 }
</style>
background-color css

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

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

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

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

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

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