Html Css Color HEX #0EAADB Iris Blue

📋 copy color: '#0EAADB'

red 14 ◦ green 170 ◦ blue 219

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

Shades of Iris Blue #0EAADB

Tints of Iris Blue #0EAADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.18%

 BLUE value IS 219 (85.94% from 255) = 54.34%

R = 3.47%
G = 42.18%
B = 54.34%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EAADB (or 0x0EAADB) is known color: Iris Blue. HEX triplet: 0E, AA and DB. RGB value is (14,170,219). Sum of RGB (Red+Green+Blue) = 14+170+219=403 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EAADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAADB is #F15524. Grayscale: #808080. Windows color (decimal): -15815973 or 14395918. OLE color: 14395918.

HSL color Cylindrical-coordinate representation of color #0EAADB: hue angle of 194.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EAADB is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 170 219 -
CMYK 0.94 0.22 0 0.14
HSL 194.34º 0.88% 0.46% -
HSV(B) 194.34º 0.94% 0.86% -
XYZ 27.34 33.96 72.13 -
YUV 128.94 178.82 46.02 -
System Red Green Blue C M Y K H S L
Decimal 14 170 219 0.94 0.22 0 0.14 194.34 0.88 0.46
Hex E AA DB 5E 16 0 E C2 58 2E
Octal 16 252 333 136 26 0 16 302 130 56
Binary 1110 10101010 11011011 1011110 10110 0 1110 11000010 1011000 101110

Color Harmonies of #0EAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAADB

Black with #0EAADB

Text Example


Text Example

White with #0EAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,170,219); }

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

background-color css

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

 a { background-color: rgb(14,170,219); }

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

border-color css

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

 span { border-color: rgb(14,170,219); }

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