#089AE4

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

Shades of Pacific Blue #089AE4

Tints of Pacific Blue #089AE4

Color information

#089AE4 (or 0x089AE4) is unknown color: approx Pacific Blue. HEX triplet: 08, 9A and E4. RGB value is (8,154,228). Sum of RGB (Red+Green+Blue) = 8+154+228=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 228 (89.45% from 255 or 58.46% from 390); Max value from RGB is 228 - color contains mainly: blue. Hex color #089AE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089AE4 is #F7651B. Grayscale: #767676. Windows color (decimal): -16213276 or 14981640. OLE color: 14981640.

HSL color Cylindrical-coordinate representation of color #089AE4: hue angle of 200.18º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089AE4 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8154228-
CMYK0.960.3200.11
HSL200.18º93.22%46.27%-
HSV(B)200.18º96.49%89.41%-
XYZ25.6628.7677.6-
YUV118.78189.6348.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.05%
GREEN value IS 154 (60.55% from 255) = 39.49%
BLUE value IS 228 (89.45% from 255) = 58.46%
R=2.05%
G=39.49%
B=58.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal81542280.960.3200.11200.1893.2246.27
Hex89AE460200Bc85d2e
Octal102323441404001331013556
Binary10001001101011100100110000010000001011110010001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,154,228); }

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

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

 a { background-color: rgb(8,154,228); }

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

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

 span { border-color: rgb(8,154,228); }

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