#0EA8DF

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

Shades of Iris Blue #0EA8DF

Tints of Iris Blue #0EA8DF

Color information

#0EA8DF (or 0x0EA8DF) is unknown color: approx Iris Blue. HEX triplet: 0E, A8 and DF. RGB value is (14,168,223). Sum of RGB (Red+Green+Blue) = 14+168+223=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EA8DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA8DF is #F15720. Grayscale: #7F7F7F. Windows color (decimal): -15816481 or 14657550. OLE color: 14657550.

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

Color convert

RGB14168223-
CMYK0.940.2500.13
HSL195.79º88.19%46.47%-
HSV(B)195.79º93.72%87.45%-
XYZ27.533.4374.81-
YUV128.22181.4846.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.46%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 223 (87.5% from 255) = 55.06%
R=3.46%
G=41.48%
B=55.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141682230.940.2500.13195.7988.1946.47
HexEA8DF5E190Dc4582e
Octal162503371363101530413056
Binary1110101010001101111110111101100101101110001001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,168,223); }

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

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

 a { background-color: rgb(14,168,223); }

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

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

 span { border-color: rgb(14,168,223); }

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