#0E9EBB

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

Shades of Pacific Blue #0E9EBB

Tints of Pacific Blue #0E9EBB

Color information

#0E9EBB (or 0x0E9EBB) is unknown color: approx Pacific Blue. HEX triplet: 0E, 9E and BB. RGB value is (14,158,187). Sum of RGB (Red+Green+Blue) = 14+158+187=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E9EBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9EBB is #F16144. Grayscale: #757575. Windows color (decimal): -15819077 or 12295694. OLE color: 12295694.

HSL color Cylindrical-coordinate representation of color #0E9EBB: hue angle of 190.06º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E9EBB is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14158187-
CMYK0.930.1600.27
HSL190.06º86.07%39.41%-
HSV(B)190.06º92.51%73.33%-
XYZ21.3828.1351.32-
YUV118.25166.7953.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.90%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=3.90%
G=44.01%
B=52.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141581870.930.1600.27190.0686.0739.41
HexE9EBB5D1001Bbe5627
Octal162362731352003327612647
Binary11101001111010111011101110110000011011101111101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,158,187); }

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

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

 a { background-color: rgb(14,158,187); }

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

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

 span { border-color: rgb(14,158,187); }

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