Html Css Color HEX #0EACB7 Iris Blue

📋 copy color: '#0EACB7'

red 14 ◦ green 172 ◦ blue 183

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

Shades of Iris Blue #0EACB7

Tints of Iris Blue #0EACB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.59%

R = 3.79%
G = 46.61%
B = 49.59%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0EACB7 (or 0x0EACB7) is known color: Iris Blue. HEX triplet: 0E, AC and B7. RGB value is (14,172,183). Sum of RGB (Red+Green+Blue) = 14+172+183=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #0EACB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACB7 is #F15348. Grayscale: #7D7D7D. Windows color (decimal): -15815497 or 12037134. OLE color: 12037134.

HSL color Cylindrical-coordinate representation of color #0EACB7: hue angle of 183.91º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EACB7 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 14 172 183 -
CMYK 0.92 0.06 0 0.28
HSL 183.91º 0.86% 0.39% -
HSV(B) 183.91º 0.92% 0.72% -
XYZ 23.48 33.02 49.94 -
YUV 126.01 160.15 48.11 -
System Red Green Blue C M Y K H S L
Decimal 14 172 183 0.92 0.06 0 0.28 183.91 0.86 0.39
Hex E AC B7 5C 6 0 1C B8 56 27
Octal 16 254 267 134 6 0 34 270 126 47
Binary 1110 10101100 10110111 1011100 110 0 11100 10111000 1010110 100111

Color Harmonies of #0EACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACB7

Black with #0EACB7

Text Example


Text Example

White with #0EACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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