#0EB7BE

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

Shades of Iris Blue #0EB7BE

Tints of Iris Blue #0EB7BE

Color information

#0EB7BE (or 0x0EB7BE) is unknown color: approx Iris Blue. HEX triplet: 0E, B7 and BE. RGB value is (14,183,190). Sum of RGB (Red+Green+Blue) = 14+183+190=387 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.62% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #0EB7BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB7BE is #F14841. Grayscale: #858585. Windows color (decimal): -15812674 or 12498702. OLE color: 12498702.

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

Color convert

RGB14183190-
CMYK0.930.0400.25
HSL182.39º86.27%40%-
HSV(B)182.39º92.63%74.51%-
XYZ26.4137.6854.6-
YUV133.27160.0142.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.62%
GREEN value IS 183 (71.88% from 255) = 47.29%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=3.62%
G=47.29%
B=49.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141831900.930.0400.25182.3986.2740
HexEB7BE5D4019b65628
Octal16267276135403126612650
Binary111010110111101111101011101100011001101101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,183,190); }

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

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

 a { background-color: rgb(14,183,190); }

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

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

 span { border-color: rgb(14,183,190); }

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