Html Css Color HEX #0EA3BB Pacific Blue

📋 copy color: '#0EA3BB'

red 14 ◦ green 163 ◦ blue 187

#0EA3BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0EA3BB

Tints of Pacific Blue #0EA3BB

RGB

 RED value IS 14 (5.86% from 255) = 3.85%

 GREEN value IS 163 (64.06% from 255) = 44.78%

 BLUE value IS 187 (73.44% from 255) = 51.37%

R = 3.85%
G = 44.78%
B = 51.37%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0EA3BB (or 0x0EA3BB) is known color: Pacific Blue. HEX triplet: 0E, A3 and BB. RGB value is (14,163,187). Sum of RGB (Red+Green+Blue) = 14+163+187=364 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.85% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #0EA3BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA3BB is #F15C44. Grayscale: #787878. Windows color (decimal): -15817797 or 12296974. OLE color: 12296974.

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

Color convert

RGB 14 163 187 -
CMYK 0.93 0.13 0 0.27
HSL 188.32º 0.86% 0.39% -
HSV(B) 188.32º 0.93% 0.73% -
XYZ 22.25 29.88 51.61 -
YUV 121.19 165.14 51.55 -
System Red Green Blue C M Y K H S L
Decimal 14 163 187 0.93 0.13 0 0.27 188.32 0.86 0.39
Hex E A3 BB 5D D 0 1B BC 56 27
Octal 16 243 273 135 15 0 33 274 126 47
Binary 1110 10100011 10111011 1011101 1101 0 11011 10111100 1010110 100111

Color Harmonies of #0EA3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA3BB

Black with #0EA3BB

Text Example


Text Example

White with #0EA3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EA3BB;
 }
 .AnyTagClassName
 {
   color: #0EA3BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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