Html Css Color HEX #1EC1CD Iris Blue

📋 copy color: '#1EC1CD'

red 30 ◦ green 193 ◦ blue 205

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

Shades of Iris Blue #1EC1CD

Tints of Iris Blue #1EC1CD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.09%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 7.01%
G = 45.09%
B = 47.9%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EC1CD (or 0x1EC1CD) is known color: Iris Blue. HEX triplet: 1E, C1 and CD. RGB value is (30,193,205). Sum of RGB (Red+Green+Blue) = 30+193+205=428 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.01% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #1EC1CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC1CD is #E13E32. Grayscale: #919191. Windows color (decimal): -14761523 or 13484318. OLE color: 13484318.

HSL color Cylindrical-coordinate representation of color #1EC1CD: hue angle of 184.11º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC1CD is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 193 205 -
CMYK 0.85 0.06 0 0.20
HSL 184.11º 0.74% 0.46% -
HSV(B) 184.11º 0.85% 0.8% -
XYZ 30.62 42.82 64.41 -
YUV 145.63 161.5 45.52 -
System Red Green Blue C M Y K H S L
Decimal 30 193 205 0.85 0.06 0 0.20 184.11 0.74 0.46
Hex 1E C1 CD 55 6 0 14 B8 4A 2E
Octal 36 301 315 125 6 0 24 270 112 56
Binary 11110 11000001 11001101 1010101 110 0 10100 10111000 1001010 101110

Color Harmonies of #1EC1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC1CD

Black with #1EC1CD

Text Example


Text Example

White with #1EC1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,193,205); }

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

background-color css

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

 a { background-color: rgb(30,193,205); }

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

border-color css

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

 span { border-color: rgb(30,193,205); }

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