Html Css Color HEX #0EADBA Iris Blue

📋 copy color: '#0EADBA'

red 14 ◦ green 173 ◦ blue 186

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

Shades of Iris Blue #0EADBA

Tints of Iris Blue #0EADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.38%

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

R = 3.75%
G = 46.38%
B = 49.87%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0EADBA (or 0x0EADBA) is known color: Iris Blue. HEX triplet: 0E, AD and BA. RGB value is (14,173,186). Sum of RGB (Red+Green+Blue) = 14+173+186=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #0EADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADBA is #F15245. Grayscale: #7E7E7E. Windows color (decimal): -15815238 or 12233998. OLE color: 12233998.

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

Color convert

RGB 14 173 186 -
CMYK 0.92 0.07 0 0.27
HSL 184.53º 0.86% 0.39% -
HSV(B) 184.53º 0.92% 0.73% -
XYZ 23.99 33.53 51.66 -
YUV 126.94 161.32 47.44 -
System Red Green Blue C M Y K H S L
Decimal 14 173 186 0.92 0.07 0 0.27 184.53 0.86 0.39
Hex E AD BA 5C 7 0 1B B9 56 27
Octal 16 255 272 134 7 0 33 271 126 47
Binary 1110 10101101 10111010 1011100 111 0 11011 10111001 1010110 100111

Color Harmonies of #0EADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADBA

Black with #0EADBA

Text Example


Text Example

White with #0EADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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