#0EB2D5

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

Shades of Iris Blue #0EB2D5

Tints of Iris Blue #0EB2D5

Color information

#0EB2D5 (or 0x0EB2D5) is unknown color: approx Iris Blue. HEX triplet: 0E, B2 and D5. RGB value is (14,178,213). Sum of RGB (Red+Green+Blue) = 14+178+213=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #0EB2D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB2D5 is #F14D2A. Grayscale: #848484. Windows color (decimal): -15813931 or 14004750. OLE color: 14004750.

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

Color convert

RGB14178213-
CMYK0.930.1600.16
HSL190.55º87.67%44.51%-
HSV(B)190.55º93.43%83.53%-
XYZ28.1136.7468.56-
YUV132.95173.1743.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.46%
GREEN value IS 178 (69.92% from 255) = 43.95%
BLUE value IS 213 (83.59% from 255) = 52.59%
R=3.46%
G=43.95%
B=52.59%

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
Decimal141782130.930.1600.16190.5587.6744.51
HexEB2D55D10010bf582d
Octal162623251352002027713055
Binary11101011001011010101101110110000010000101111111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,178,213); }

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

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

 a { background-color: rgb(14,178,213); }

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

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

 span { border-color: rgb(14,178,213); }

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