Html Css Color HEX #0EAED1 Iris Blue

📋 copy color: '#0EAED1'

red 14 ◦ green 174 ◦ blue 209

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

Shades of Iris Blue #0EAED1

Tints of Iris Blue #0EAED1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.83%

 BLUE value IS 209 (82.03% from 255) = 52.64%

R = 3.53%
G = 43.83%
B = 52.64%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0EAED1 (or 0x0EAED1) is known color: Iris Blue. HEX triplet: 0E, AE and D1. RGB value is (14,174,209). Sum of RGB (Red+Green+Blue) = 14+174+209=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #0EAED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAED1 is #F1512E. Grayscale: #818181. Windows color (decimal): -15814959 or 13741582. OLE color: 13741582.

HSL color Cylindrical-coordinate representation of color #0EAED1: hue angle of 190.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EAED1 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 174 209 -
CMYK 0.93 0.17 0 0.18
HSL 190.77º 0.87% 0.44% -
HSV(B) 190.77º 0.93% 0.82% -
XYZ 26.83 34.97 65.66 -
YUV 130.15 172.49 45.15 -
System Red Green Blue C M Y K H S L
Decimal 14 174 209 0.93 0.17 0 0.18 190.77 0.87 0.44
Hex E AE D1 5D 11 0 12 BF 57 2C
Octal 16 256 321 135 21 0 22 277 127 54
Binary 1110 10101110 11010001 1011101 10001 0 10010 10111111 1010111 101100

Color Harmonies of #0EAED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAED1

Black with #0EAED1

Text Example


Text Example

White with #0EAED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,174,209); }

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

background-color css

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

 a { background-color: rgb(14,174,209); }

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

border-color css

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

 span { border-color: rgb(14,174,209); }

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