#089CBE

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

Shades of Pacific Blue #089CBE

Tints of Pacific Blue #089CBE

Color information

#089CBE (or 0x089CBE) is unknown color: approx Pacific Blue. HEX triplet: 08, 9C and BE. RGB value is (8,156,190). Sum of RGB (Red+Green+Blue) = 8+156+190=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #089CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CBE is #F76341. Grayscale: #737373. Windows color (decimal): -16212802 or 12491784. OLE color: 12491784.

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

Color convert

RGB8156190-
CMYK0.960.1800.25
HSL191.21º91.92%38.82%-
HSV(B)191.21º95.79%74.51%-
XYZ21.2827.5552.91-
YUV115.62169.9751.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.26%
GREEN value IS 156 (61.33% from 255) = 44.07%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=2.26%
G=44.07%
B=53.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81561900.960.1800.25191.2191.9238.82
Hex89CBE6012019bf5c27
Octal102342761402203127713447
Binary10001001110010111110110000010010011001101111111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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