#1EC2CF

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

Shades of Iris Blue #1EC2CF

Tints of Iris Blue #1EC2CF

Color information

#1EC2CF (or 0x1EC2CF) is unknown color: approx Iris Blue. HEX triplet: 1E, C2 and CF. RGB value is (30,194,207). Sum of RGB (Red+Green+Blue) = 30+194+207=431 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.96% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #1EC2CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC2CF is #E13D30. Grayscale: #929292. Windows color (decimal): -14761265 or 13615646. OLE color: 13615646.

HSL color Cylindrical-coordinate representation of color #1EC2CF: hue angle of 184.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EC2CF is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB30194207-
CMYK0.860.0600.19
HSL184.41º74.68%46.47%-
HSV(B)184.41º85.51%81.18%-
XYZ31.0943.3665.76-
YUV146.45162.1744.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.96%
GREEN value IS 194 (76.17% from 255) = 45.01%
BLUE value IS 207 (81.25% from 255) = 48.03%
R=6.96%
G=45.01%
B=48.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal301942070.860.0600.19184.4174.6846.47
Hex1EC2CF566013b84b2e
Octal36302317126602327011356
Binary1111011000010110011111010110110010011101110001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,194,207); }

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

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

 a { background-color: rgb(30,194,207); }

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

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

 span { border-color: rgb(30,194,207); }

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