Html Css Color HEX #0EACDB Iris Blue

📋 copy color: '#0EACDB'

red 14 ◦ green 172 ◦ blue 219

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

Shades of Iris Blue #0EACDB

Tints of Iris Blue #0EACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 3.46%
G = 42.47%
B = 54.07%

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

#0EACDB (or 0x0EACDB) is known color: Iris Blue. HEX triplet: 0E, AC and DB. RGB value is (14,172,219). Sum of RGB (Red+Green+Blue) = 14+172+219=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACDB is #F15324. Grayscale: #818181. Windows color (decimal): -15815461 or 14396430. OLE color: 14396430.

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

Color convert

RGB 14 172 219 -
CMYK 0.94 0.21 0 0.14
HSL 193.76º 0.88% 0.46% -
HSV(B) 193.76º 0.94% 0.86% -
XYZ 27.72 34.71 72.26 -
YUV 130.12 178.15 45.18 -
System Red Green Blue C M Y K H S L
Decimal 14 172 219 0.94 0.21 0 0.14 193.76 0.88 0.46
Hex E AC DB 5E 15 0 E C2 58 2E
Octal 16 254 333 136 25 0 16 302 130 56
Binary 1110 10101100 11011011 1011110 10101 0 1110 11000010 1011000 101110

Color Harmonies of #0EACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACDB

Black with #0EACDB

Text Example


Text Example

White with #0EACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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