Html Css Color HEX #0EADE1 Iris Blue

📋 copy color: '#0EADE1'

red 14 ◦ green 173 ◦ blue 225

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

Shades of Iris Blue #0EADE1

Tints of Iris Blue #0EADE1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

 BLUE value IS 225 (88.28% from 255) = 54.61%

R = 3.4%
G = 41.99%
B = 54.61%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0EADE1 (or 0x0EADE1) is known color: Iris Blue. HEX triplet: 0E, AD and E1. RGB value is (14,173,225). Sum of RGB (Red+Green+Blue) = 14+173+225=412 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.40% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 225 (88.28% from 255 or 54.61% from 412); Max value from RGB is 225 - color contains mainly: blue. Hex color #0EADE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADE1 is #F1521E. Grayscale: #838383. Windows color (decimal): -15815199 or 14789902. OLE color: 14789902.

HSL color Cylindrical-coordinate representation of color #0EADE1: hue angle of 194.79º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EADE1 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 173 225 -
CMYK 0.94 0.23 0 0.12
HSL 194.79º 0.88% 0.47% -
HSV(B) 194.79º 0.94% 0.88% -
XYZ 28.72 35.42 76.56 -
YUV 131.39 180.82 44.27 -
System Red Green Blue C M Y K H S L
Decimal 14 173 225 0.94 0.23 0 0.12 194.79 0.88 0.47
Hex E AD E1 5E 17 0 C C3 58 2F
Octal 16 255 341 136 27 0 14 303 130 57
Binary 1110 10101101 11100001 1011110 10111 0 1100 11000011 1011000 101111

Color Harmonies of #0EADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADE1

Black with #0EADE1

Text Example


Text Example

White with #0EADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,173,225); }

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

background-color css

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

 a { background-color: rgb(14,173,225); }

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

border-color css

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

 span { border-color: rgb(14,173,225); }

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