Html Css Color HEX #0EAEBD Iris Blue

📋 copy color: '#0EAEBD'

red 14 ◦ green 174 ◦ blue 189

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

Shades of Iris Blue #0EAEBD

Tints of Iris Blue #0EAEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 3.71%
G = 46.15%
B = 50.13%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0EAEBD (or 0x0EAEBD) is known color: Iris Blue. HEX triplet: 0E, AE and BD. RGB value is (14,174,189). Sum of RGB (Red+Green+Blue) = 14+174+189=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #0EAEBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAEBD is #F15142. Grayscale: #7F7F7F. Windows color (decimal): -15814979 or 12430862. OLE color: 12430862.

HSL color Cylindrical-coordinate representation of color #0EAEBD: hue angle of 185.14º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EAEBD is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 174 189 -
CMYK 0.93 0.08 0 0.26
HSL 185.14º 0.86% 0.4% -
HSV(B) 185.14º 0.93% 0.74% -
XYZ 24.5 34.04 53.42 -
YUV 127.87 162.49 46.78 -
System Red Green Blue C M Y K H S L
Decimal 14 174 189 0.93 0.08 0 0.26 185.14 0.86 0.4
Hex E AE BD 5D 8 0 1A B9 56 28
Octal 16 256 275 135 10 0 32 271 126 50
Binary 1110 10101110 10111101 1011101 1000 0 11010 10111001 1010110 101000

Color Harmonies of #0EAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAEBD

Black with #0EAEBD

Text Example


Text Example

White with #0EAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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