Html Css Color HEX #1EC2D5 Iris Blue

📋 copy color: '#1EC2D5'

red 30 ◦ green 194 ◦ blue 213

#1EC2D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #1EC2D5

Tints of Iris Blue #1EC2D5

RGB

 RED value IS 30 (12.11% from 255) = 6.86%

 GREEN value IS 194 (76.17% from 255) = 44.39%

 BLUE value IS 213 (83.59% from 255) = 48.74%

R = 6.86%
G = 44.39%
B = 48.74%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1EC2D5 (or 0x1EC2D5) is known color: Iris Blue. HEX triplet: 1E, C2 and D5. RGB value is (30,194,213). Sum of RGB (Red+Green+Blue) = 30+194+213=437 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.86% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #1EC2D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC2D5 is #E13D2A. Grayscale: #929292. Windows color (decimal): -14761259 or 14008862. OLE color: 14008862.

HSL color Cylindrical-coordinate representation of color #1EC2D5: hue angle of 186.23º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EC2D5 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 194 213 -
CMYK 0.86 0.09 0 0.16
HSL 186.23º 0.75% 0.48% -
HSV(B) 186.23º 0.86% 0.84% -
XYZ 31.84 43.66 69.7 -
YUV 147.13 165.17 44.46 -
System Red Green Blue C M Y K H S L
Decimal 30 194 213 0.86 0.09 0 0.16 186.23 0.75 0.48
Hex 1E C2 D5 56 9 0 10 BA 4B 30
Octal 36 302 325 126 11 0 20 272 113 60
Binary 11110 11000010 11010101 1010110 1001 0 10000 10111010 1001011 110000

Color Harmonies of #1EC2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC2D5

Black with #1EC2D5

Text Example


Text Example

White with #1EC2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EC2D5;
 }
 .AnyTagClassName
 {
   color: #1EC2D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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