Html Css Color HEX #0EACBB Iris Blue

📋 copy color: '#0EACBB'

red 14 ◦ green 172 ◦ blue 187

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

Shades of Iris Blue #0EACBB

Tints of Iris Blue #0EACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.11%

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

R = 3.75%
G = 46.11%
B = 50.13%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0EACBB (or 0x0EACBB) is known color: Iris Blue. HEX triplet: 0E, AC and BB. RGB value is (14,172,187). Sum of RGB (Red+Green+Blue) = 14+172+187=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #0EACBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACBB is #F15344. Grayscale: #7E7E7E. Windows color (decimal): -15815493 or 12299278. OLE color: 12299278.

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

Color convert

RGB 14 172 187 -
CMYK 0.93 0.08 0 0.27
HSL 185.2º 0.86% 0.39% -
HSV(B) 185.2º 0.93% 0.73% -
XYZ 23.9 33.19 52.16 -
YUV 126.47 162.15 47.78 -
System Red Green Blue C M Y K H S L
Decimal 14 172 187 0.93 0.08 0 0.27 185.2 0.86 0.39
Hex E AC BB 5D 8 0 1B B9 56 27
Octal 16 254 273 135 10 0 33 271 126 47
Binary 1110 10101100 10111011 1011101 1000 0 11011 10111001 1010110 100111

Color Harmonies of #0EACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACBB

Black with #0EACBB

Text Example


Text Example

White with #0EACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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