#0EB3D5

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

Shades of Iris Blue #0EB3D5

Tints of Iris Blue #0EB3D5

Color information

#0EB3D5 (or 0x0EB3D5) is unknown color: approx Iris Blue. HEX triplet: 0E, B3 and D5. RGB value is (14,179,213). Sum of RGB (Red+Green+Blue) = 14+179+213=406 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.45% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #0EB3D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB3D5 is #F14C2A. Grayscale: #858585. Windows color (decimal): -15813675 or 14005006. OLE color: 14005006.

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

Color convert

RGB14179213-
CMYK0.930.1600.16
HSL190.25º87.67%44.51%-
HSV(B)190.25º93.43%83.53%-
XYZ28.3137.1468.63-
YUV133.54172.8442.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.45%
GREEN value IS 179 (70.31% from 255) = 44.09%
BLUE value IS 213 (83.59% from 255) = 52.46%
R=3.45%
G=44.09%
B=52.46%

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
Decimal141792130.930.1600.16190.2587.6744.51
HexEB3D55D10010be582d
Octal162633251352002027613055
Binary11101011001111010101101110110000010000101111101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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