Html Css Color HEX #1DAECD Iris Blue

📋 copy color: '#1DAECD'

red 29 ◦ green 174 ◦ blue 205

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

Shades of Iris Blue #1DAECD

Tints of Iris Blue #1DAECD

RGB

 RED value IS 29 (11.72% from 255) = 7.11%

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

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

R = 7.11%
G = 42.65%
B = 50.25%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1DAECD (or 0x1DAECD) is known color: Iris Blue. HEX triplet: 1D, AE and CD. RGB value is (29,174,205). Sum of RGB (Red+Green+Blue) = 29+174+205=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DAECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAECD is #E25132. Grayscale: #858585. Windows color (decimal): -14831923 or 13479453. OLE color: 13479453.

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

Color convert

RGB 29 174 205 -
CMYK 0.86 0.15 0 0.20
HSL 190.57º 0.75% 0.46% -
HSV(B) 190.57º 0.86% 0.8% -
XYZ 26.66 34.94 63.1 -
YUV 134.18 167.96 52.98 -
System Red Green Blue C M Y K H S L
Decimal 29 174 205 0.86 0.15 0 0.20 190.57 0.75 0.46
Hex 1D AE CD 56 F 0 14 BF 4B 2E
Octal 35 256 315 126 17 0 24 277 113 56
Binary 11101 10101110 11001101 1010110 1111 0 10100 10111111 1001011 101110

Color Harmonies of #1DAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAECD

Black with #1DAECD

Text Example


Text Example

White with #1DAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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