#089CBD

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

Shades of Pacific Blue #089CBD

Tints of Pacific Blue #089CBD

Color information

#089CBD (or 0x089CBD) is unknown color: approx Pacific Blue. HEX triplet: 08, 9C and BD. RGB value is (8,156,189). Sum of RGB (Red+Green+Blue) = 8+156+189=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #089CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CBD is #F76342. Grayscale: #737373. Windows color (decimal): -16212803 or 12426248. OLE color: 12426248.

HSL color Cylindrical-coordinate representation of color #089CBD: hue angle of 190.94º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089CBD is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8156189-
CMYK0.960.1700.26
HSL190.94º91.88%38.63%-
HSV(B)190.94º95.77%74.12%-
XYZ21.1727.552.34-
YUV115.51169.4751.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.27%
GREEN value IS 156 (61.33% from 255) = 44.19%
BLUE value IS 189 (74.22% from 255) = 53.54%
R=2.27%
G=44.19%
B=53.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81561890.960.1700.26190.9491.8838.63
Hex89CBD601101Abf5c27
Octal102342751402103227713447
Binary10001001110010111101110000010001011010101111111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089CBD; }

 p { color: rgb(8,156,189); }

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

<style>
 a { background-color: #089CBD; }

 a { background-color: rgb(8,156,189); }

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

<style>
 span { border-color: #089CBD; }

 span { border-color: rgb(8,156,189); }

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