Html Css Color HEX #1EAACD Iris Blue

📋 copy color: '#1EAACD'

red 30 ◦ green 170 ◦ blue 205

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

Shades of Iris Blue #1EAACD

Tints of Iris Blue #1EAACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.98%

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

R = 7.41%
G = 41.98%
B = 50.62%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EAACD (or 0x1EAACD) is known color: Iris Blue. HEX triplet: 1E, AA and CD. RGB value is (30,170,205). Sum of RGB (Red+Green+Blue) = 30+170+205=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #1EAACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAACD is #E15532. Grayscale: #838383. Windows color (decimal): -14767411 or 13478430. OLE color: 13478430.

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

Color convert

RGB 30 170 205 -
CMYK 0.85 0.17 0 0.20
HSL 192º 0.74% 0.46% -
HSV(B) 192º 0.85% 0.8% -
XYZ 25.93 33.43 62.84 -
YUV 132.13 169.12 55.15 -
System Red Green Blue C M Y K H S L
Decimal 30 170 205 0.85 0.17 0 0.20 192 0.74 0.46
Hex 1E AA CD 55 11 0 14 C0 4A 2E
Octal 36 252 315 125 21 0 24 300 112 56
Binary 11110 10101010 11001101 1010101 10001 0 10100 11000000 1001010 101110

Color Harmonies of #1EAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAACD

Black with #1EAACD

Text Example


Text Example

White with #1EAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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