Html Css Color HEX #0EB6BA Iris Blue

📋 copy color: '#0EB6BA'

red 14 ◦ green 182 ◦ blue 186

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

Shades of Iris Blue #0EB6BA

Tints of Iris Blue #0EB6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.64%

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 3.66%
G = 47.64%
B = 48.69%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0EB6BA (or 0x0EB6BA) is known color: Iris Blue. HEX triplet: 0E, B6 and BA. RGB value is (14,182,186). Sum of RGB (Red+Green+Blue) = 14+182+186=382 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #0EB6BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB6BA is #F14945. Grayscale: #848484. Windows color (decimal): -15812934 or 12236302. OLE color: 12236302.

HSL color Cylindrical-coordinate representation of color #0EB6BA: hue angle of 181.4º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB6BA is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 182 186 -
CMYK 0.92 0.02 0 0.27
HSL 181.4º 0.86% 0.39% -
HSV(B) 181.4º 0.92% 0.73% -
XYZ 25.77 37.09 52.26 -
YUV 132.22 158.34 43.67 -
System Red Green Blue C M Y K H S L
Decimal 14 182 186 0.92 0.02 0 0.27 181.4 0.86 0.39
Hex E B6 BA 5C 2 0 1B B5 56 27
Octal 16 266 272 134 2 0 33 265 126 47
Binary 1110 10110110 10111010 1011100 10 0 11011 10110101 1010110 100111

Color Harmonies of #0EB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB6BA

Black with #0EB6BA

Text Example


Text Example

White with #0EB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,182,186); }

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

background-color css

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

 a { background-color: rgb(14,182,186); }

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

border-color css

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

 span { border-color: rgb(14,182,186); }

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