Html Css Color HEX #1EAECD Iris Blue

📋 copy color: '#1EAECD'

red 30 ◦ green 174 ◦ blue 205

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

Shades of Iris Blue #1EAECD

Tints of Iris Blue #1EAECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.54%

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

R = 7.33%
G = 42.54%
B = 50.12%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EAECD (or 0x1EAECD) is known color: Iris Blue. HEX triplet: 1E, AE and CD. RGB value is (30,174,205). Sum of RGB (Red+Green+Blue) = 30+174+205=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #1EAECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAECD is #E15132. Grayscale: #868686. Windows color (decimal): -14766387 or 13479454. OLE color: 13479454.

HSL color Cylindrical-coordinate representation of color #1EAECD: hue angle of 190.63º 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 #1EAECD is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 174 205 -
CMYK 0.85 0.15 0 0.20
HSL 190.63º 0.74% 0.46% -
HSV(B) 190.63º 0.85% 0.8% -
XYZ 26.69 34.96 63.1 -
YUV 134.48 167.79 53.48 -
System Red Green Blue C M Y K H S L
Decimal 30 174 205 0.85 0.15 0 0.20 190.63 0.74 0.46
Hex 1E AE CD 55 F 0 14 BF 4A 2E
Octal 36 256 315 125 17 0 24 277 112 56
Binary 11110 10101110 11001101 1010101 1111 0 10100 10111111 1001010 101110

Color Harmonies of #1EAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAECD

Black with #1EAECD

Text Example


Text Example

White with #1EAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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