Html Css Color HEX #0EACDC Iris Blue

📋 copy color: '#0EACDC'

red 14 ◦ green 172 ◦ blue 220

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

Shades of Iris Blue #0EACDC

Tints of Iris Blue #0EACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

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

R = 3.45%
G = 42.36%
B = 54.19%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EACDC (or 0x0EACDC) is known color: Iris Blue. HEX triplet: 0E, AC and DC. RGB value is (14,172,220). Sum of RGB (Red+Green+Blue) = 14+172+220=406 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.45% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EACDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACDC is #F15323. Grayscale: #818181. Windows color (decimal): -15815460 or 14461966. OLE color: 14461966.

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

Color convert

RGB 14 172 220 -
CMYK 0.94 0.22 0 0.14
HSL 193.98º 0.88% 0.46% -
HSV(B) 193.98º 0.94% 0.86% -
XYZ 27.85 34.77 72.95 -
YUV 130.23 178.65 45.1 -
System Red Green Blue C M Y K H S L
Decimal 14 172 220 0.94 0.22 0 0.14 193.98 0.88 0.46
Hex E AC DC 5E 16 0 E C2 58 2E
Octal 16 254 334 136 26 0 16 302 130 56
Binary 1110 10101100 11011100 1011110 10110 0 1110 11000010 1011000 101110

Color Harmonies of #0EACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACDC

Black with #0EACDC

Text Example


Text Example

White with #0EACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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