Html Css Color HEX #0EACB9 Iris Blue

📋 copy color: '#0EACB9'

red 14 ◦ green 172 ◦ blue 185

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

Shades of Iris Blue #0EACB9

Tints of Iris Blue #0EACB9

RGB

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

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

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

R = 3.77%
G = 46.36%
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

#0EACB9 (or 0x0EACB9) is known color: Iris Blue. HEX triplet: 0E, AC and B9. RGB value is (14,172,185). Sum of RGB (Red+Green+Blue) = 14+172+185=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #0EACB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACB9 is #F15346. Grayscale: #7E7E7E. Windows color (decimal): -15815495 or 12168206. OLE color: 12168206.

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

Color convert

RGB 14 172 185 -
CMYK 0.92 0.07 0 0.27
HSL 184.56º 0.86% 0.39% -
HSV(B) 184.56º 0.92% 0.73% -
XYZ 23.69 33.1 51.04 -
YUV 126.24 161.15 47.94 -
System Red Green Blue C M Y K H S L
Decimal 14 172 185 0.92 0.07 0 0.27 184.56 0.86 0.39
Hex E AC B9 5C 7 0 1B B9 56 27
Octal 16 254 271 134 7 0 33 271 126 47
Binary 1110 10101100 10111001 1011100 111 0 11011 10111001 1010110 100111

Color Harmonies of #0EACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACB9

Black with #0EACB9

Text Example


Text Example

White with #0EACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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