#0EA1DE

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

Shades of Pacific Blue #0EA1DE

Tints of Pacific Blue #0EA1DE

Color information

#0EA1DE (or 0x0EA1DE) is unknown color: approx Pacific Blue. HEX triplet: 0E, A1 and DE. RGB value is (14,161,222). Sum of RGB (Red+Green+Blue) = 14+161+222=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #0EA1DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA1DE is #F15E21. Grayscale: #7B7B7B. Windows color (decimal): -15818274 or 14590222. OLE color: 14590222.

HSL color Cylindrical-coordinate representation of color #0EA1DE: hue angle of 197.6º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EA1DE is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14161222-
CMYK0.940.2700.13
HSL197.6º88.14%46.27%-
HSV(B)197.6º93.69%87.06%-
XYZ26.1130.8673.69-
YUV124183.349.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.53%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 222 (87.11% from 255) = 55.92%
R=3.53%
G=40.55%
B=55.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141612220.940.2700.13197.688.1446.27
HexEA1DE5E1B0Dc6582e
Octal162413361363301530613056
Binary1110101000011101111010111101101101101110001101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,161,222); }

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

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

 a { background-color: rgb(14,161,222); }

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

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

 span { border-color: rgb(14,161,222); }

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