#0E99BF

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

Shades of Pacific Blue #0E99BF

Tints of Pacific Blue #0E99BF

Color information

#0E99BF (or 0x0E99BF) is unknown color: approx Pacific Blue. HEX triplet: 0E, 99 and BF. RGB value is (14,153,191). Sum of RGB (Red+Green+Blue) = 14+153+191=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E99BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E99BF is #F16640. Grayscale: #737373. Windows color (decimal): -15820353 or 12556558. OLE color: 12556558.

HSL color Cylindrical-coordinate representation of color #0E99BF: hue angle of 192.88º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E99BF is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14153191-
CMYK0.930.2000.25
HSL192.88º86.34%40.2%-
HSV(B)192.88º92.67%74.9%-
XYZ20.9826.6453.33-
YUV115.77170.4555.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.91%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 191 (75% from 255) = 53.35%
R=3.91%
G=42.74%
B=53.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141531910.930.2000.25192.8886.3440.2
HexE99BF5D14019c15628
Octal162312771352403130112650
Binary11101001100110111111101110110100011001110000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E99BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,153,191); }

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

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

 a { background-color: rgb(14,153,191); }

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

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

 span { border-color: rgb(14,153,191); }

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