#0889CC

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

Shades of Pacific Blue #0889CC

Tints of Pacific Blue #0889CC

Color information

#0889CC (or 0x0889CC) is unknown color: approx Pacific Blue. HEX triplet: 08, 89 and CC. RGB value is (8,137,204). Sum of RGB (Red+Green+Blue) = 8+137+204=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #0889CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0889CC is #F77633. Grayscale: #696969. Windows color (decimal): -16217652 or 13404424. OLE color: 13404424.

HSL color Cylindrical-coordinate representation of color #0889CC: hue angle of 200.51º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0889CC is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8137204-
CMYK0.960.3300.2
HSL200.51º92.45%41.57%-
HSV(B)200.51º96.08%80%-
XYZ19.9422.360.38-
YUV106.07183.2658.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.29%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 204 (80.08% from 255) = 58.45%
R=2.29%
G=39.26%
B=58.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal81372040.960.3300.2200.5192.4541.57
Hex889CC6021014c95c2a
Octal102113141404102431113452
Binary100010001001110011001100000100001010100110010011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0889CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0889CC; }

 p { color: rgb(8,137,204); }

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

<style>
 a { background-color: #0889CC; }

 a { background-color: rgb(8,137,204); }

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

<style>
 span { border-color: #0889CC; }

 span { border-color: rgb(8,137,204); }

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