Html Css Color HEX #1EADD0 Iris Blue

📋 copy color: '#1EADD0'

red 30 ◦ green 173 ◦ blue 208

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

Shades of Iris Blue #1EADD0

Tints of Iris Blue #1EADD0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

 BLUE value IS 208 (81.64% from 255) = 50.61%

R = 7.3%
G = 42.09%
B = 50.61%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1EADD0 (or 0x1EADD0) is known color: Iris Blue. HEX triplet: 1E, AD and D0. RGB value is (30,173,208). Sum of RGB (Red+Green+Blue) = 30+173+208=411 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.30% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #1EADD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADD0 is #E1522F. Grayscale: #858585. Windows color (decimal): -14766640 or 13675806. OLE color: 13675806.

HSL color Cylindrical-coordinate representation of color #1EADD0: hue angle of 191.8º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EADD0 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 173 208 -
CMYK 0.86 0.17 0 0.18
HSL 191.8º 0.75% 0.47% -
HSV(B) 191.8º 0.86% 0.82% -
XYZ 26.86 34.72 64.96 -
YUV 134.23 169.62 53.65 -
System Red Green Blue C M Y K H S L
Decimal 30 173 208 0.86 0.17 0 0.18 191.8 0.75 0.47
Hex 1E AD D0 56 11 0 12 C0 4B 2F
Octal 36 255 320 126 21 0 22 300 113 57
Binary 11110 10101101 11010000 1010110 10001 0 10010 11000000 1001011 101111

Color Harmonies of #1EADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EADD0

Black with #1EADD0

Text Example


Text Example

White with #1EADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,173,208); }

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

background-color css

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

 a { background-color: rgb(30,173,208); }

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

border-color css

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

 span { border-color: rgb(30,173,208); }

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