Html Css Color HEX #0EA0BD Pacific Blue

📋 copy color: '#0EA0BD'

red 14 ◦ green 160 ◦ blue 189

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

Shades of Pacific Blue #0EA0BD

Tints of Pacific Blue #0EA0BD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.08%

 BLUE value IS 189 (74.22% from 255) = 52.07%

R = 3.86%
G = 44.08%
B = 52.07%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0EA0BD (or 0x0EA0BD) is known color: Pacific Blue. HEX triplet: 0E, A0 and BD. RGB value is (14,160,189). Sum of RGB (Red+Green+Blue) = 14+160+189=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #0EA0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA0BD is #F15F42. Grayscale: #777777. Windows color (decimal): -15818563 or 12427278. OLE color: 12427278.

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

Color convert

RGB 14 160 189 -
CMYK 0.93 0.15 0 0.26
HSL 189.94º 0.86% 0.4% -
HSV(B) 189.94º 0.93% 0.74% -
XYZ 21.94 28.91 52.57 -
YUV 119.65 167.13 52.64 -
System Red Green Blue C M Y K H S L
Decimal 14 160 189 0.93 0.15 0 0.26 189.94 0.86 0.4
Hex E A0 BD 5D F 0 1A BE 56 28
Octal 16 240 275 135 17 0 32 276 126 50
Binary 1110 10100000 10111101 1011101 1111 0 11010 10111110 1010110 101000

Color Harmonies of #0EA0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA0BD

Black with #0EA0BD

Text Example


Text Example

White with #0EA0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,160,189); }

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

background-color css

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

 a { background-color: rgb(14,160,189); }

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

border-color css

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

 span { border-color: rgb(14,160,189); }

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