Html Css Color HEX #0E96D1 Pacific Blue

📋 copy color: '#0E96D1'

red 14 ◦ green 150 ◦ blue 209

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

Shades of Pacific Blue #0E96D1

Tints of Pacific Blue #0E96D1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.21%

 BLUE value IS 209 (82.03% from 255) = 56.03%

R = 3.75%
G = 40.21%
B = 56.03%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0E96D1 (or 0x0E96D1) is known color: Pacific Blue. HEX triplet: 0E, 96 and D1. RGB value is (14,150,209). Sum of RGB (Red+Green+Blue) = 14+150+209=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 209 (82.03% from 255 or 56.03% from 373); Max value from RGB is 209 - color contains mainly: blue. Hex color #0E96D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E96D1 is #F1692E. Grayscale: #737373. Windows color (decimal): -15821103 or 13735438. OLE color: 13735438.

HSL color Cylindrical-coordinate representation of color #0E96D1: hue angle of 198.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E96D1 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 150 209 -
CMYK 0.93 0.28 0 0.18
HSL 198.15º 0.87% 0.44% -
HSV(B) 198.15º 0.93% 0.82% -
XYZ 22.6 26.51 64.25 -
YUV 116.06 180.44 55.2 -
System Red Green Blue C M Y K H S L
Decimal 14 150 209 0.93 0.28 0 0.18 198.15 0.87 0.44
Hex E 96 D1 5D 1C 0 12 C6 57 2C
Octal 16 226 321 135 34 0 22 306 127 54
Binary 1110 10010110 11010001 1011101 11100 0 10010 11000110 1010111 101100

Color Harmonies of #0E96D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E96D1

Black with #0E96D1

Text Example


Text Example

White with #0E96D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,150,209); }

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

background-color css

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

 a { background-color: rgb(14,150,209); }

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

border-color css

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

 span { border-color: rgb(14,150,209); }

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