Html Css Color HEX #0EADBB Iris Blue

📋 copy color: '#0EADBB'

red 14 ◦ green 173 ◦ blue 187

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

Shades of Iris Blue #0EADBB

Tints of Iris Blue #0EADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50%

R = 3.74%
G = 46.26%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0EADBB (or 0x0EADBB) is known color: Iris Blue. HEX triplet: 0E, AD and BB. RGB value is (14,173,187). Sum of RGB (Red+Green+Blue) = 14+173+187=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #0EADBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADBB is #F15244. Grayscale: #7E7E7E. Windows color (decimal): -15815237 or 12299534. OLE color: 12299534.

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

Color convert

RGB 14 173 187 -
CMYK 0.93 0.07 0 0.27
HSL 184.86º 0.86% 0.39% -
HSV(B) 184.86º 0.93% 0.73% -
XYZ 24.09 33.57 52.22 -
YUV 127.06 161.82 47.36 -
System Red Green Blue C M Y K H S L
Decimal 14 173 187 0.93 0.07 0 0.27 184.86 0.86 0.39
Hex E AD BB 5D 7 0 1B B9 56 27
Octal 16 255 273 135 7 0 33 271 126 47
Binary 1110 10101101 10111011 1011101 111 0 11011 10111001 1010110 100111

Color Harmonies of #0EADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADBB

Black with #0EADBB

Text Example


Text Example

White with #0EADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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