Html Css Color HEX #0EBABA Iris Blue

📋 copy color: '#0EBABA'

red 14 ◦ green 186 ◦ blue 186

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

Shades of Iris Blue #0EBABA

Tints of Iris Blue #0EBABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.19%

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

R = 3.63%
G = 48.19%
B = 48.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0EBABA (or 0x0EBABA) is known color: Iris Blue. HEX triplet: 0E, BA and BA. RGB value is (14,186,186). Sum of RGB (Red+Green+Blue) = 14+186+186=386 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.63% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #0EBABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBABA is #F14545. Grayscale: #868686. Windows color (decimal): -15811910 or 12237326. OLE color: 12237326.

HSL color Cylindrical-coordinate representation of color #0EBABA: hue angle of 180º 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 #0EBABA is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 186 186 -
CMYK 0.92 0 0 0.27
HSL 180º 0.86% 0.39% -
HSV(B) 180º 0.92% 0.73% -
XYZ 26.6 38.76 52.53 -
YUV 134.57 157.02 42 -
System Red Green Blue C M Y K H S L
Decimal 14 186 186 0.92 0 0 0.27 180 0.86 0.39
Hex E BA BA 5C 0 0 1B B4 56 27
Octal 16 272 272 134 0 0 33 264 126 47
Binary 1110 10111010 10111010 1011100 0 0 11011 10110100 1010110 100111

Color Harmonies of #0EBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBABA

Black with #0EBABA

Text Example


Text Example

White with #0EBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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