#0EB8DC

Color #0EB8DC Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0EB8DC

Tints of Iris Blue #0EB8DC

Color information

#0EB8DC (or 0x0EB8DC) is unknown color: approx Iris Blue. HEX triplet: 0E, B8 and DC. RGB value is (14,184,220). Sum of RGB (Red+Green+Blue) = 14+184+220=418 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.35% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EB8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB8DC is #F14723. Grayscale: #888888. Windows color (decimal): -15812388 or 14465038. OLE color: 14465038.

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

Color convert

RGB14184220-
CMYK0.940.1600.14
HSL190.49º88.03%45.88%-
HSV(B)190.49º93.64%86.27%-
XYZ30.2439.5473.75-
YUV137.27174.6840.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.35%
GREEN value IS 184 (72.27% from 255) = 44.02%
BLUE value IS 220 (86.33% from 255) = 52.63%
R=3.35%
G=44.02%
B=52.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal141842200.940.1600.14190.4988.0345.88
HexEB8DC5E100Ebe582e
Octal162703341362001627613056
Binary1110101110001101110010111101000001110101111101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,184,220); }

 H1.HeaderClassName
 {
   color: #0EB8DC;
 }
 .AnyTagClassName
 {
   color: #0EB8DC;
 }
</style>
background-color css

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

 a { background-color: rgb(14,184,220); }

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

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

 span { border-color: rgb(14,184,220); }

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