#0E9BDE

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

Shades of Pacific Blue #0E9BDE

Tints of Pacific Blue #0E9BDE

Color information

#0E9BDE (or 0x0E9BDE) is unknown color: approx Pacific Blue. HEX triplet: 0E, 9B and DE. RGB value is (14,155,222). Sum of RGB (Red+Green+Blue) = 14+155+222=391 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.58% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #0E9BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9BDE is #F16421. Grayscale: #787878. Windows color (decimal): -15819810 or 14588686. OLE color: 14588686.

HSL color Cylindrical-coordinate representation of color #0E9BDE: hue angle of 199.33º 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 #0E9BDE is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14155222-
CMYK0.940.3000.13
HSL199.33º88.14%46.27%-
HSV(B)199.33º93.69%87.06%-
XYZ25.0928.8173.35-
YUV120.48185.2952.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.58%
GREEN value IS 155 (60.94% from 255) = 39.64%
BLUE value IS 222 (87.11% from 255) = 56.78%
R=3.58%
G=39.64%
B=56.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141552220.940.3000.13199.3388.1446.27
HexE9BDE5E1E0Dc7582e
Octal162333361363601530713056
Binary1110100110111101111010111101111001101110001111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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