Html Css Color HEX #0E97BE Pacific Blue

📋 copy color: '#0E97BE'

red 14 ◦ green 151 ◦ blue 190

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

Shades of Pacific Blue #0E97BE

Tints of Pacific Blue #0E97BE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.54%

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

R = 3.94%
G = 42.54%
B = 53.52%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E97BE (or 0x0E97BE) is known color: Pacific Blue. HEX triplet: 0E, 97 and BE. RGB value is (14,151,190). Sum of RGB (Red+Green+Blue) = 14+151+190=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E97BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E97BE is #F16841. Grayscale: #727272. Windows color (decimal): -15820866 or 12490510. OLE color: 12490510.

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

Color convert

RGB 14 151 190 -
CMYK 0.93 0.21 0 0.25
HSL 193.3º 0.86% 0.4% -
HSV(B) 193.3º 0.93% 0.75% -
XYZ 20.54 25.94 52.64 -
YUV 114.48 170.61 56.33 -
System Red Green Blue C M Y K H S L
Decimal 14 151 190 0.93 0.21 0 0.25 193.3 0.86 0.4
Hex E 97 BE 5D 15 0 19 C1 56 28
Octal 16 227 276 135 25 0 31 301 126 50
Binary 1110 10010111 10111110 1011101 10101 0 11001 11000001 1010110 101000

Color Harmonies of #0E97BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E97BE

Black with #0E97BE

Text Example


Text Example

White with #0E97BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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