#0EB3DF

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

Shades of Iris Blue #0EB3DF

Tints of Iris Blue #0EB3DF

Color information

#0EB3DF (or 0x0EB3DF) is unknown color: approx Iris Blue. HEX triplet: 0E, B3 and DF. RGB value is (14,179,223). Sum of RGB (Red+Green+Blue) = 14+179+223=416 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EB3DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB3DF is #F14C20. Grayscale: #868686. Windows color (decimal): -15813665 or 14660366. OLE color: 14660366.

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

Color convert

RGB14179223-
CMYK0.940.2000.13
HSL192.63º88.19%46.47%-
HSV(B)192.63º93.72%87.45%-
XYZ29.6237.6675.52-
YUV134.68177.8441.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.37%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 223 (87.5% from 255) = 53.61%
R=3.37%
G=43.03%
B=53.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141792230.940.2000.13192.6388.1946.47
HexEB3DF5E140Dc1582e
Octal162633371362401530113056
Binary1110101100111101111110111101010001101110000011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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