#0089CB

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

Shades of Pacific Blue #0089CB

Tints of Pacific Blue #0089CB

Color information

#0089CB (or 0x0089CB) is unknown color: approx Pacific Blue. HEX triplet: 00, 89 and CB. RGB value is (0,137,203). Sum of RGB (Red+Green+Blue) = 0+137+203=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #0089CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0089CB is #FF7634. Grayscale: #676767. Windows color (decimal): -16741941 or 13338880. OLE color: 13338880.

HSL color Cylindrical-coordinate representation of color #0089CB: hue angle of 199.51º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0089CB is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0137203-
CMYK10.3300.20
HSL199.51º100%39.8%-
HSV(B)199.51º100%79.61%-
XYZ19.7322.259.75-
YUV103.56184.1154.13-

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.29%
BLUE value IS 203 (79.69% from 255) = 59.71%
R=0%
G=40.29%
B=59.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal013720310.3300.20199.5110039.8
Hex089CB6421014c86428
Octal02113131444102431014450
Binary010001001110010111100100100001010100110010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0089CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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