Html Css Color HEX #0EADCE Iris Blue

📋 copy color: '#0EADCE'

red 14 ◦ green 173 ◦ blue 206

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

Shades of Iris Blue #0EADCE

Tints of Iris Blue #0EADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 3.56%
G = 44.02%
B = 52.42%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0EADCE (or 0x0EADCE) is known color: Iris Blue. HEX triplet: 0E, AD and CE. RGB value is (14,173,206). Sum of RGB (Red+Green+Blue) = 14+173+206=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #0EADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADCE is #F15231. Grayscale: #808080. Windows color (decimal): -15815218 or 13544718. OLE color: 13544718.

HSL color Cylindrical-coordinate representation of color #0EADCE: hue angle of 190.31º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EADCE is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 14 173 206 -
CMYK 0.93 0.16 0 0.19
HSL 190.31º 0.87% 0.43% -
HSV(B) 190.31º 0.93% 0.81% -
XYZ 26.27 34.44 63.66 -
YUV 129.22 171.32 45.82 -
System Red Green Blue C M Y K H S L
Decimal 14 173 206 0.93 0.16 0 0.19 190.31 0.87 0.43
Hex E AD CE 5D 10 0 13 BE 57 2B
Octal 16 255 316 135 20 0 23 276 127 53
Binary 1110 10101101 11001110 1011101 10000 0 10011 10111110 1010111 101011

Color Harmonies of #0EADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADCE

Black with #0EADCE

Text Example


Text Example

White with #0EADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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