Html Css Color HEX #0EC1BE Iris Blue

📋 copy color: '#0EC1BE'

red 14 ◦ green 193 ◦ blue 190

#0EC1BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #0EC1BE

Tints of Iris Blue #0EC1BE

RGB

 RED value IS 14 (5.86% from 255) = 3.53%

 GREEN value IS 193 (75.78% from 255) = 48.61%

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 3.53%
G = 48.61%
B = 47.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#0EC1BE (or 0x0EC1BE) is known color: Iris Blue. HEX triplet: 0E, C1 and BE. RGB value is (14,193,190). Sum of RGB (Red+Green+Blue) = 14+193+190=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC1BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC1BE is #F13E41. Grayscale: #8A8A8A. Windows color (decimal): -15810114 or 12501262. OLE color: 12501262.

HSL color Cylindrical-coordinate representation of color #0EC1BE: hue angle of 178.99º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC1BE is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 193 190 -
CMYK 0.93 0 0.02 0.24
HSL 178.99º 0.86% 0.41% -
HSV(B) 178.99º 0.93% 0.76% -
XYZ 28.55 41.95 55.31 -
YUV 139.14 156.7 38.74 -
System Red Green Blue C M Y K H S L
Decimal 14 193 190 0.93 0 0.02 0.24 178.99 0.86 0.41
Hex E C1 BE 5D 0 2 18 B3 56 29
Octal 16 301 276 135 0 2 30 263 126 51
Binary 1110 11000001 10111110 1011101 0 10 11000 10110011 1010110 101001

Color Harmonies of #0EC1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC1BE

Black with #0EC1BE

Text Example


Text Example

White with #0EC1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EC1BE;
 }
 .AnyTagClassName
 {
   color: #0EC1BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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