#189BC8

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

Shades of Pacific Blue #189BC8

Tints of Pacific Blue #189BC8

Color information

#189BC8 (or 0x189BC8) is unknown color: approx Pacific Blue. HEX triplet: 18, 9B and C8. RGB value is (24,155,200). Sum of RGB (Red+Green+Blue) = 24+155+200=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #189BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189BC8 is #E76437. Grayscale: #787878. Windows color (decimal): -15164472 or 13146904. OLE color: 13146904.

HSL color Cylindrical-coordinate representation of color #189BC8: hue angle of 195.34º 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 #189BC8 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB24155200-
CMYK0.880.2200.22
HSL195.34º78.57%43.92%-
HSV(B)195.34º88%78.43%-
XYZ22.5227.8158.82-
YUV120.96172.658.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.33%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 200 (78.52% from 255) = 52.77%
R=6.33%
G=40.90%
B=52.77%

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
Decimal241552000.880.2200.22195.3478.5743.92
Hex189BC85816016c34f2c
Octal302333101302602630311754
Binary110001001101111001000101100010110010110110000111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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