#1eb3d1

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

Shades of Iris Blue #1EB3D1

Tints of Iris Blue #1EB3D1

Color information

#1EB3D1 (or 0x1EB3D1) is unknown color: approx Iris Blue. HEX triplet: 1E, B3 and D1. RGB value is (30,179,209). Sum of RGB (Red+Green+Blue) = 30+179+209=418 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.18% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #1EB3D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB3D1 is #E14C2E. Grayscale: #898989. Windows color (decimal): -14765103 or 13742878. OLE color: 13742878.

HSL color Cylindrical-coordinate representation of color #1EB3D1: hue angle of 190.06º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EB3D1 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB30179209-
CMYK0.860.1400.18
HSL190.06º74.9%46.86%-
HSV(B)190.06º85.65%81.96%-
XYZ28.1637.1266-
YUV137.87168.1451.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.18%
GREEN value IS 179 (70.31% from 255) = 42.82%
BLUE value IS 209 (82.03% from 255) = 50%
R=7.18%
G=42.82%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal301792090.860.1400.18190.0674.946.86
Hex1EB3D156E012be4b2f
Octal362633211261602227611357
Binary11110101100111101000110101101110010010101111101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eb3d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1eb3d1; }

 p { color: rgb(30,179,209); }

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

<style>
 a { background-color: #1eb3d1; }

 a { background-color: rgb(30,179,209); }

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

<style>
 span { border-color: #1eb3d1; }

 span { border-color: rgb(30,179,209); }

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