#0EB1BE

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

Shades of Iris Blue #0EB1BE

Tints of Iris Blue #0EB1BE

Color information

#0EB1BE (or 0x0EB1BE) is unknown color: approx Iris Blue. HEX triplet: 0E, B1 and BE. RGB value is (14,177,190). Sum of RGB (Red+Green+Blue) = 14+177+190=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #0EB1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB1BE is #F14E41. Grayscale: #818181. Windows color (decimal): -15814210 or 12497166. OLE color: 12497166.

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

Color convert

RGB14177190-
CMYK0.930.0700.25
HSL184.43º86.27%40%-
HSV(B)184.43º92.63%74.51%-
XYZ25.235.2654.19-
YUV129.7416245.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.67%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=3.67%
G=46.46%
B=49.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141771900.930.0700.25184.4386.2740
HexEB1BE5D7019b85628
Octal16261276135703127012650
Binary111010110001101111101011101111011001101110001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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