Html Css Color HEX #0EA5BE Pacific Blue

📋 copy color: '#0EA5BE'

red 14 ◦ green 165 ◦ blue 190

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

Shades of Pacific Blue #0EA5BE

Tints of Pacific Blue #0EA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.72%

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 3.79%
G = 44.72%
B = 51.49%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0EA5BE (or 0x0EA5BE) is known color: Pacific Blue. HEX triplet: 0E, A5 and BE. RGB value is (14,165,190). Sum of RGB (Red+Green+Blue) = 14+165+190=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #0EA5BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA5BE is #F15A41. Grayscale: #7A7A7A. Windows color (decimal): -15817282 or 12494094. OLE color: 12494094.

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

Color convert

RGB 14 165 190 -
CMYK 0.93 0.13 0 0.25
HSL 188.52º 0.86% 0.4% -
HSV(B) 188.52º 0.93% 0.75% -
XYZ 22.93 30.72 53.44 -
YUV 122.7 165.97 50.47 -
System Red Green Blue C M Y K H S L
Decimal 14 165 190 0.93 0.13 0 0.25 188.52 0.86 0.4
Hex E A5 BE 5D D 0 19 BD 56 28
Octal 16 245 276 135 15 0 31 275 126 50
Binary 1110 10100101 10111110 1011101 1101 0 11001 10111101 1010110 101000

Color Harmonies of #0EA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA5BE

Black with #0EA5BE

Text Example


Text Example

White with #0EA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,165,190); }

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

background-color css

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

 a { background-color: rgb(14,165,190); }

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

border-color css

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

 span { border-color: rgb(14,165,190); }

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