Html Css Color HEX #0E9BDC Pacific Blue

📋 copy color: '#0E9BDC'

red 14 ◦ green 155 ◦ blue 220

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

Shades of Pacific Blue #0E9BDC

Tints of Pacific Blue #0E9BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.85%

 BLUE value IS 220 (86.33% from 255) = 56.56%

R = 3.6%
G = 39.85%
B = 56.56%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E9BDC (or 0x0E9BDC) is known color: Pacific Blue. HEX triplet: 0E, 9B and DC. RGB value is (14,155,220). Sum of RGB (Red+Green+Blue) = 14+155+220=389 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.60% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E9BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9BDC is #F16423. Grayscale: #777777. Windows color (decimal): -15819812 or 14457614. OLE color: 14457614.

HSL color Cylindrical-coordinate representation of color #0E9BDC: hue angle of 198.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E9BDC is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 155 220 -
CMYK 0.94 0.30 0 0.14
HSL 198.93º 0.88% 0.46% -
HSV(B) 198.93º 0.94% 0.86% -
XYZ 24.82 28.7 71.94 -
YUV 120.25 184.29 52.21 -
System Red Green Blue C M Y K H S L
Decimal 14 155 220 0.94 0.30 0 0.14 198.93 0.88 0.46
Hex E 9B DC 5E 1E 0 E C7 58 2E
Octal 16 233 334 136 36 0 16 307 130 56
Binary 1110 10011011 11011100 1011110 11110 0 1110 11000111 1011000 101110

Color Harmonies of #0E9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9BDC

Black with #0E9BDC

Text Example


Text Example

White with #0E9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,155,220); }

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

background-color css

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

 a { background-color: rgb(14,155,220); }

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

border-color css

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

 span { border-color: rgb(14,155,220); }

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