Html Css Color HEX #1DACD0 Iris Blue

📋 copy color: '#1DACD0'

red 29 ◦ green 172 ◦ blue 208

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

Shades of Iris Blue #1DACD0

Tints of Iris Blue #1DACD0

RGB

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

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

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

R = 7.09%
G = 42.05%
B = 50.86%

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

#1DACD0 (or 0x1DACD0) is known color: Iris Blue. HEX triplet: 1D, AC and D0. RGB value is (29,172,208). Sum of RGB (Red+Green+Blue) = 29+172+208=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #1DACD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACD0 is #E2532F. Grayscale: #858585. Windows color (decimal): -14832432 or 13675549. OLE color: 13675549.

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

Color convert

RGB 29 172 208 -
CMYK 0.86 0.17 0 0.18
HSL 192.07º 0.76% 0.46% -
HSV(B) 192.07º 0.86% 0.82% -
XYZ 26.64 34.32 64.89 -
YUV 133.35 170.12 53.57 -
System Red Green Blue C M Y K H S L
Decimal 29 172 208 0.86 0.17 0 0.18 192.07 0.76 0.46
Hex 1D AC D0 56 11 0 12 C0 4C 2E
Octal 35 254 320 126 21 0 22 300 114 56
Binary 11101 10101100 11010000 1010110 10001 0 10010 11000000 1001100 101110

Color Harmonies of #1DACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DACD0

Black with #1DACD0

Text Example


Text Example

White with #1DACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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