Html Css Color HEX #0EADDC Iris Blue

📋 copy color: '#0EADDC'

red 14 ◦ green 173 ◦ blue 220

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

Shades of Iris Blue #0EADDC

Tints of Iris Blue #0EADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

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

R = 3.44%
G = 42.51%
B = 54.05%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EADDC (or 0x0EADDC) is known color: Iris Blue. HEX triplet: 0E, AD and DC. RGB value is (14,173,220). Sum of RGB (Red+Green+Blue) = 14+173+220=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADDC is #F15223. Grayscale: #828282. Windows color (decimal): -15815204 or 14462222. OLE color: 14462222.

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

Color convert

RGB 14 173 220 -
CMYK 0.94 0.21 0 0.14
HSL 193.69º 0.88% 0.46% -
HSV(B) 193.69º 0.94% 0.86% -
XYZ 28.04 35.15 73.02 -
YUV 130.82 178.32 44.68 -
System Red Green Blue C M Y K H S L
Decimal 14 173 220 0.94 0.21 0 0.14 193.69 0.88 0.46
Hex E AD DC 5E 15 0 E C2 58 2E
Octal 16 255 334 136 25 0 16 302 130 56
Binary 1110 10101101 11011100 1011110 10101 0 1110 11000010 1011000 101110

Color Harmonies of #0EADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADDC

Black with #0EADDC

Text Example


Text Example

White with #0EADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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