#1eb5d3

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

Shades of Iris Blue #1EB5D3

Tints of Iris Blue #1EB5D3

Color information

#1EB5D3 (or 0x1EB5D3) is unknown color: approx Iris Blue. HEX triplet: 1E, B5 and D3. RGB value is (30,181,211). Sum of RGB (Red+Green+Blue) = 30+181+211=422 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.11% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #1EB5D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB5D3 is #E14A2C. Grayscale: #8B8B8B. Windows color (decimal): -14764589 or 13874462. OLE color: 13874462.

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

Color convert

RGB30181211-
CMYK0.860.1400.17
HSL189.94º75.1%47.25%-
HSV(B)189.94º85.78%82.75%-
XYZ28.8238.0367.45-
YUV139.27168.4750.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.11%
GREEN value IS 181 (71.09% from 255) = 42.89%
BLUE value IS 211 (82.81% from 255) = 50%
R=7.11%
G=42.89%
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.17
SystemRedGreenBlueCMYKHSL
Decimal301812110.860.1400.17189.9475.147.25
Hex1EB5D356E011be4b2f
Octal362653231261602127611357
Binary11110101101011101001110101101110010001101111101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eb5d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,181,211); }

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

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

 a { background-color: rgb(30,181,211); }

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

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

 span { border-color: rgb(30,181,211); }

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