Html Css Color HEX #0EADB9 Iris Blue

📋 copy color: '#0EADB9'

red 14 ◦ green 173 ◦ blue 185

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

Shades of Iris Blue #0EADB9

Tints of Iris Blue #0EADB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.73%

R = 3.76%
G = 46.51%
B = 49.73%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0EADB9 (or 0x0EADB9) is known color: Iris Blue. HEX triplet: 0E, AD and B9. RGB value is (14,173,185). Sum of RGB (Red+Green+Blue) = 14+173+185=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #0EADB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADB9 is #F15246. Grayscale: #7E7E7E. Windows color (decimal): -15815239 or 12168462. OLE color: 12168462.

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

Color convert

RGB 14 173 185 -
CMYK 0.92 0.06 0 0.27
HSL 184.21º 0.86% 0.39% -
HSV(B) 184.21º 0.92% 0.73% -
XYZ 23.88 33.48 51.1 -
YUV 126.83 160.82 47.52 -
System Red Green Blue C M Y K H S L
Decimal 14 173 185 0.92 0.06 0 0.27 184.21 0.86 0.39
Hex E AD B9 5C 6 0 1B B8 56 27
Octal 16 255 271 134 6 0 33 270 126 47
Binary 1110 10101101 10111001 1011100 110 0 11011 10111000 1010110 100111

Color Harmonies of #0EADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADB9

Black with #0EADB9

Text Example


Text Example

White with #0EADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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