Html Css Color HEX #0EACB5 Iris Blue

📋 copy color: '#0EACB5'

red 14 ◦ green 172 ◦ blue 181

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

Shades of Iris Blue #0EACB5

Tints of Iris Blue #0EACB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.32%

R = 3.81%
G = 46.87%
B = 49.32%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0EACB5 (or 0x0EACB5) is known color: Iris Blue. HEX triplet: 0E, AC and B5. RGB value is (14,172,181). Sum of RGB (Red+Green+Blue) = 14+172+181=367 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.81% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 181 - color contains mainly: blue. Hex color #0EACB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACB5 is #F1534A. Grayscale: #7D7D7D. Windows color (decimal): -15815499 or 11906062. OLE color: 11906062.

HSL color Cylindrical-coordinate representation of color #0EACB5: hue angle of 183.23º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EACB5 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 14 172 181 -
CMYK 0.92 0.05 0 0.29
HSL 183.23º 0.86% 0.38% -
HSV(B) 183.23º 0.92% 0.71% -
XYZ 23.27 32.93 48.85 -
YUV 125.78 159.15 48.27 -
System Red Green Blue C M Y K H S L
Decimal 14 172 181 0.92 0.05 0 0.29 183.23 0.86 0.38
Hex E AC B5 5C 5 0 1D B7 56 26
Octal 16 254 265 134 5 0 35 267 126 46
Binary 1110 10101100 10110101 1011100 101 0 11101 10110111 1010110 100110

Color Harmonies of #0EACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACB5

Black with #0EACB5

Text Example


Text Example

White with #0EACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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