Html Css Color HEX #0EC1BC Iris Blue

📋 copy color: '#0EC1BC'

red 14 ◦ green 193 ◦ blue 188

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

Shades of Iris Blue #0EC1BC

Tints of Iris Blue #0EC1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 3.54%
G = 48.86%
B = 47.59%

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

#0EC1BC (or 0x0EC1BC) is known color: Iris Blue. HEX triplet: 0E, C1 and BC. RGB value is (14,193,188). Sum of RGB (Red+Green+Blue) = 14+193+188=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC1BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC1BC is #F13E43. Grayscale: #8A8A8A. Windows color (decimal): -15810116 or 12370190. OLE color: 12370190.

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

Color convert

RGB 14 193 188 -
CMYK 0.93 0 0.03 0.24
HSL 178.32º 0.86% 0.41% -
HSV(B) 178.32º 0.93% 0.76% -
XYZ 28.33 41.86 54.16 -
YUV 138.91 155.7 38.91 -
System Red Green Blue C M Y K H S L
Decimal 14 193 188 0.93 0 0.03 0.24 178.32 0.86 0.41
Hex E C1 BC 5D 0 3 18 B2 56 29
Octal 16 301 274 135 0 3 30 262 126 51
Binary 1110 11000001 10111100 1011101 0 11 11000 10110010 1010110 101001

Color Harmonies of #0EC1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC1BC

Black with #0EC1BC

Text Example


Text Example

White with #0EC1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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