Html Css Color HEX #0EACBF Iris Blue

📋 copy color: '#0EACBF'

red 14 ◦ green 172 ◦ blue 191

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

Shades of Iris Blue #0EACBF

Tints of Iris Blue #0EACBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.66%

R = 3.71%
G = 45.62%
B = 50.66%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0EACBF (or 0x0EACBF) is known color: Iris Blue. HEX triplet: 0E, AC and BF. RGB value is (14,172,191). Sum of RGB (Red+Green+Blue) = 14+172+191=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #0EACBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACBF is #F15340. Grayscale: #7E7E7E. Windows color (decimal): -15815489 or 12561422. OLE color: 12561422.

HSL color Cylindrical-coordinate representation of color #0EACBF: hue angle of 186.44º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EACBF is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 172 191 -
CMYK 0.93 0.10 0 0.25
HSL 186.44º 0.86% 0.4% -
HSV(B) 186.44º 0.93% 0.75% -
XYZ 24.34 33.36 54.45 -
YUV 126.92 164.15 47.46 -
System Red Green Blue C M Y K H S L
Decimal 14 172 191 0.93 0.10 0 0.25 186.44 0.86 0.4
Hex E AC BF 5D A 0 19 BA 56 28
Octal 16 254 277 135 12 0 31 272 126 50
Binary 1110 10101100 10111111 1011101 1010 0 11001 10111010 1010110 101000

Color Harmonies of #0EACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACBF

Black with #0EACBF

Text Example


Text Example

White with #0EACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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