Html Css Color HEX #0EC1BB Iris Blue

📋 copy color: '#0EC1BB'

red 14 ◦ green 193 ◦ blue 187

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

Shades of Iris Blue #0EC1BB

Tints of Iris Blue #0EC1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 3.55%
G = 48.98%
B = 47.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#0EC1BB (or 0x0EC1BB) is known color: Iris Blue. HEX triplet: 0E, C1 and BB. RGB value is (14,193,187). Sum of RGB (Red+Green+Blue) = 14+193+187=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC1BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC1BB is #F13E44. Grayscale: #8A8A8A. Windows color (decimal): -15810117 or 12304654. OLE color: 12304654.

HSL color Cylindrical-coordinate representation of color #0EC1BB: hue angle of 177.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 #0EC1BB is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 193 187 -
CMYK 0.93 0 0.03 0.24
HSL 177.99º 0.86% 0.41% -
HSV(B) 177.99º 0.93% 0.76% -
XYZ 28.22 41.82 53.6 -
YUV 138.8 155.2 38.99 -
System Red Green Blue C M Y K H S L
Decimal 14 193 187 0.93 0 0.03 0.24 177.99 0.86 0.41
Hex E C1 BB 5D 0 3 18 B2 56 29
Octal 16 301 273 135 0 3 30 262 126 51
Binary 1110 11000001 10111011 1011101 0 11 11000 10110010 1010110 101001

Color Harmonies of #0EC1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC1BB

Black with #0EC1BB

Text Example


Text Example

White with #0EC1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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