#0EB5D7

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

Shades of Iris Blue #0EB5D7

Tints of Iris Blue #0EB5D7

Color information

#0EB5D7 (or 0x0EB5D7) is unknown color: approx Iris Blue. HEX triplet: 0E, B5 and D7. RGB value is (14,181,215). Sum of RGB (Red+Green+Blue) = 14+181+215=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 215 (84.38% from 255 or 52.44% from 410); Max value from RGB is 215 - color contains mainly: blue. Hex color #0EB5D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB5D7 is #F14A28. Grayscale: #868686. Windows color (decimal): -15813161 or 14136590. OLE color: 14136590.

HSL color Cylindrical-coordinate representation of color #0EB5D7: hue angle of 190.15º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB5D7 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14181215-
CMYK0.930.1600.16
HSL190.15º87.77%44.9%-
HSV(B)190.15º93.49%84.31%-
XYZ28.9738.0570.11-
YUV134.94173.1741.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.41%
GREEN value IS 181 (71.09% from 255) = 44.15%
BLUE value IS 215 (84.38% from 255) = 52.44%
R=3.41%
G=44.15%
B=52.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141812150.930.1600.16190.1587.7744.9
HexEB5D75D10010be582d
Octal162653271352002027613055
Binary11101011010111010111101110110000010000101111101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,181,215); }

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

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

 a { background-color: rgb(14,181,215); }

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

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

 span { border-color: rgb(14,181,215); }

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