Html Css Color HEX #0EA2DC Pacific Blue

📋 copy color: '#0EA2DC'

red 14 ◦ green 162 ◦ blue 220

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

Shades of Pacific Blue #0EA2DC

Tints of Pacific Blue #0EA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.91%

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

R = 3.54%
G = 40.91%
B = 55.56%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EA2DC (or 0x0EA2DC) is known color: Pacific Blue. HEX triplet: 0E, A2 and DC. RGB value is (14,162,220). Sum of RGB (Red+Green+Blue) = 14+162+220=396 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EA2DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA2DC is #F15D23. Grayscale: #7B7B7B. Windows color (decimal): -15818020 or 14459406. OLE color: 14459406.

HSL color Cylindrical-coordinate representation of color #0EA2DC: hue angle of 196.89º 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 #0EA2DC is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 162 220 -
CMYK 0.94 0.26 0 0.14
HSL 196.89º 0.88% 0.46% -
HSV(B) 196.89º 0.94% 0.86% -
XYZ 26.02 31.1 72.34 -
YUV 124.36 181.97 49.28 -
System Red Green Blue C M Y K H S L
Decimal 14 162 220 0.94 0.26 0 0.14 196.89 0.88 0.46
Hex E A2 DC 5E 1A 0 E C5 58 2E
Octal 16 242 334 136 32 0 16 305 130 56
Binary 1110 10100010 11011100 1011110 11010 0 1110 11000101 1011000 101110

Color Harmonies of #0EA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA2DC

Black with #0EA2DC

Text Example


Text Example

White with #0EA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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