#0EADE4

Color #0EADE4 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0EADE4

Tints of Iris Blue #0EADE4

Color information

#0EADE4 (or 0x0EADE4) is unknown color: approx Iris Blue. HEX triplet: 0E, AD and E4. RGB value is (14,173,228). Sum of RGB (Red+Green+Blue) = 14+173+228=415 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 228 (89.45% from 255 or 54.94% from 415); Max value from RGB is 228 - color contains mainly: blue. Hex color #0EADE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADE4 is #F1521B. Grayscale: #838383. Windows color (decimal): -15815196 or 14986510. OLE color: 14986510.

HSL color Cylindrical-coordinate representation of color #0EADE4: hue angle of 195.42º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EADE4 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14173228-
CMYK0.940.2400.11
HSL195.42º88.43%47.45%-
HSV(B)195.42º93.86%89.41%-
XYZ29.1335.5878.73-
YUV131.73182.3244.03-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.37%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 228 (89.45% from 255) = 54.94%
R=3.37%
G=41.69%
B=54.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal141732280.940.2400.11195.4288.4347.45
HexEADE45E180Bc3582f
Octal162553441363001330313057
Binary1110101011011110010010111101100001011110000111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EADE4;
 }
 .AnyTagClassName
 {
   color: #0EADE4;
 }
</style>
background-color css

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

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

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

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

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

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