#0E89CC

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

Shades of Pacific Blue #0E89CC

Tints of Pacific Blue #0E89CC

Color information

#0E89CC (or 0x0E89CC) is unknown color: approx Pacific Blue. HEX triplet: 0E, 89 and CC. RGB value is (14,137,204). Sum of RGB (Red+Green+Blue) = 14+137+204=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E89CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E89CC is #F17633. Grayscale: #6B6B6B. Windows color (decimal): -15824436 or 13404430. OLE color: 13404430.

HSL color Cylindrical-coordinate representation of color #0E89CC: hue angle of 201.16º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E89CC is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14137204-
CMYK0.930.3300.2
HSL201.16º87.16%42.75%-
HSV(B)201.16º93.14%80%-
XYZ20.0322.3460.38-
YUV107.86182.2561.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.94%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=3.94%
G=38.59%
B=57.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal141372040.930.3300.2201.1687.1642.75
HexE89CC5D21014c9572b
Octal162113141354102431112753
Binary111010001001110011001011101100001010100110010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E89CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E89CC; }

 p { color: rgb(14,137,204); }

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

<style>
 a { background-color: #0E89CC; }

 a { background-color: rgb(14,137,204); }

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

<style>
 span { border-color: #0E89CC; }

 span { border-color: rgb(14,137,204); }

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