#0EBAC0

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

Shades of Iris Blue #0EBAC0

Tints of Iris Blue #0EBAC0

Color information

#0EBAC0 (or 0x0EBAC0) is unknown color: approx Iris Blue. HEX triplet: 0E, BA and C0. RGB value is (14,186,192). Sum of RGB (Red+Green+Blue) = 14+186+192=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #0EBAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBAC0 is #F1453F. Grayscale: #878787. Windows color (decimal): -15811904 or 12630542. OLE color: 12630542.

HSL color Cylindrical-coordinate representation of color #0EBAC0: hue angle of 182.02º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBAC0 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14186192-
CMYK0.930.0300.25
HSL182.02º86.41%40.39%-
HSV(B)182.02º92.71%75.29%-
XYZ27.2539.0255.96-
YUV135.26160.0241.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.57%
GREEN value IS 186 (73.05% from 255) = 47.45%
BLUE value IS 192 (75.39% from 255) = 48.98%
R=3.57%
G=47.45%
B=48.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141861920.930.0300.25182.0286.4140.39
HexEBAC05D3019b65628
Octal16272300135303126612650
Binary11101011101011000000101110111011001101101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,186,192); }

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

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

 a { background-color: rgb(14,186,192); }

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

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

 span { border-color: rgb(14,186,192); }

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