Html Css Color HEX #0EA3DD Pacific Blue

📋 copy color: '#0EA3DD'

red 14 ◦ green 163 ◦ blue 221

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

Shades of Pacific Blue #0EA3DD

Tints of Pacific Blue #0EA3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.95%

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 3.52%
G = 40.95%
B = 55.53%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0EA3DD (or 0x0EA3DD) is known color: Pacific Blue. HEX triplet: 0E, A3 and DD. RGB value is (14,163,221). Sum of RGB (Red+Green+Blue) = 14+163+221=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #0EA3DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA3DD is #F15C22. Grayscale: #7C7C7C. Windows color (decimal): -15817763 or 14525198. OLE color: 14525198.

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

Color convert

RGB 14 163 221 -
CMYK 0.94 0.26 0 0.13
HSL 196.81º 0.88% 0.46% -
HSV(B) 196.81º 0.94% 0.87% -
XYZ 26.33 31.51 73.1 -
YUV 125.06 182.14 48.78 -
System Red Green Blue C M Y K H S L
Decimal 14 163 221 0.94 0.26 0 0.13 196.81 0.88 0.46
Hex E A3 DD 5E 1A 0 D C5 58 2E
Octal 16 243 335 136 32 0 15 305 130 56
Binary 1110 10100011 11011101 1011110 11010 0 1101 11000101 1011000 101110

Color Harmonies of #0EA3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA3DD

Black with #0EA3DD

Text Example


Text Example

White with #0EA3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,163,221); }

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

background-color css

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

 a { background-color: rgb(14,163,221); }

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

border-color css

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

 span { border-color: rgb(14,163,221); }

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