Html Css Color HEX #1EADCF Iris Blue

📋 copy color: '#1EADCF'

red 30 ◦ green 173 ◦ blue 207

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

Shades of Iris Blue #1EADCF

Tints of Iris Blue #1EADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 7.32%
G = 42.2%
B = 50.49%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1EADCF (or 0x1EADCF) is known color: Iris Blue. HEX triplet: 1E, AD and CF. RGB value is (30,173,207). Sum of RGB (Red+Green+Blue) = 30+173+207=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #1EADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADCF is #E15230. Grayscale: #858585. Windows color (decimal): -14766641 or 13610270. OLE color: 13610270.

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

Color convert

RGB 30 173 207 -
CMYK 0.86 0.16 0 0.19
HSL 191.53º 0.75% 0.46% -
HSV(B) 191.53º 0.86% 0.81% -
XYZ 26.74 34.67 64.31 -
YUV 134.12 169.12 53.74 -
System Red Green Blue C M Y K H S L
Decimal 30 173 207 0.86 0.16 0 0.19 191.53 0.75 0.46
Hex 1E AD CF 56 10 0 13 C0 4B 2E
Octal 36 255 317 126 20 0 23 300 113 56
Binary 11110 10101101 11001111 1010110 10000 0 10011 11000000 1001011 101110

Color Harmonies of #1EADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EADCF

Black with #1EADCF

Text Example


Text Example

White with #1EADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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