Html Css Color HEX #1DACCD Iris Blue

📋 copy color: '#1DACCD'

red 29 ◦ green 172 ◦ blue 205

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

Shades of Iris Blue #1DACCD

Tints of Iris Blue #1DACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

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

R = 7.14%
G = 42.36%
B = 50.49%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1DACCD (or 0x1DACCD) is known color: Iris Blue. HEX triplet: 1D, AC and CD. RGB value is (29,172,205). Sum of RGB (Red+Green+Blue) = 29+172+205=406 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.14% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACCD is #E25332. Grayscale: #848484. Windows color (decimal): -14832435 or 13478941. OLE color: 13478941.

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

Color convert

RGB 29 172 205 -
CMYK 0.86 0.16 0 0.20
HSL 191.25º 0.75% 0.46% -
HSV(B) 191.25º 0.86% 0.8% -
XYZ 26.28 34.17 62.97 -
YUV 133.01 168.62 53.82 -
System Red Green Blue C M Y K H S L
Decimal 29 172 205 0.86 0.16 0 0.20 191.25 0.75 0.46
Hex 1D AC CD 56 10 0 14 BF 4B 2E
Octal 35 254 315 126 20 0 24 277 113 56
Binary 11101 10101100 11001101 1010110 10000 0 10100 10111111 1001011 101110

Color Harmonies of #1DACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DACCD

Black with #1DACCD

Text Example


Text Example

White with #1DACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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