Html Css Color HEX #0EA8DB Iris Blue

📋 copy color: '#0EA8DB'

red 14 ◦ green 168 ◦ blue 219

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

Shades of Iris Blue #0EA8DB

Tints of Iris Blue #0EA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.9%

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

R = 3.49%
G = 41.9%
B = 54.61%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EA8DB (or 0x0EA8DB) is known color: Iris Blue. HEX triplet: 0E, A8 and DB. RGB value is (14,168,219). Sum of RGB (Red+Green+Blue) = 14+168+219=401 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.49% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EA8DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA8DB is #F15724. Grayscale: #7F7F7F. Windows color (decimal): -15816485 or 14395406. OLE color: 14395406.

HSL color Cylindrical-coordinate representation of color #0EA8DB: hue angle of 194.93º 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 #0EA8DB is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 168 219 -
CMYK 0.94 0.23 0 0.14
HSL 194.93º 0.88% 0.46% -
HSV(B) 194.93º 0.94% 0.86% -
XYZ 26.97 33.21 72.01 -
YUV 127.77 179.48 46.85 -
System Red Green Blue C M Y K H S L
Decimal 14 168 219 0.94 0.23 0 0.14 194.93 0.88 0.46
Hex E A8 DB 5E 17 0 E C3 58 2E
Octal 16 250 333 136 27 0 16 303 130 56
Binary 1110 10101000 11011011 1011110 10111 0 1110 11000011 1011000 101110

Color Harmonies of #0EA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA8DB

Black with #0EA8DB

Text Example


Text Example

White with #0EA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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