#0089C9

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

Shades of Pacific Blue #0089C9

Tints of Pacific Blue #0089C9

Color information

#0089C9 (or 0x0089C9) is unknown color: approx Pacific Blue. HEX triplet: 00, 89 and C9. RGB value is (0,137,201). Sum of RGB (Red+Green+Blue) = 0+137+201=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 201 (78.91% from 255 or 59.47% from 338); Max value from RGB is 201 - color contains mainly: blue. Hex color #0089C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0089C9 is #FF7636. Grayscale: #666666. Windows color (decimal): -16741943 or 13207808. OLE color: 13207808.

HSL color Cylindrical-coordinate representation of color #0089C9: hue angle of 199.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0089C9 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB0137201-
CMYK10.3200.21
HSL199.1º100%39.41%-
HSV(B)199.1º100%78.82%-
XYZ19.4922.1158.5-
YUV103.33183.1154.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 201 (78.91% from 255) = 59.47%
R=0%
G=40.53%
B=59.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal013720110.3200.21199.110039.41
Hex089C96420015c76427
Octal02113111444002530714447
Binary010001001110010011100100100000010101110001111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0089C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0089C9; }

 p { color: rgb(0,137,201); }

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

<style>
 a { background-color: #0089C9; }

 a { background-color: rgb(0,137,201); }

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

<style>
 span { border-color: #0089C9; }

 span { border-color: rgb(0,137,201); }

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