Html Css Color HEX #1DABCD Iris Blue

📋 copy color: '#1DABCD'

red 29 ◦ green 171 ◦ blue 205

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

Shades of Iris Blue #1DABCD

Tints of Iris Blue #1DABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.22%

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

R = 7.16%
G = 42.22%
B = 50.62%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1DABCD (or 0x1DABCD) is known color: Iris Blue. HEX triplet: 1D, AB and CD. RGB value is (29,171,205). Sum of RGB (Red+Green+Blue) = 29+171+205=405 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.16% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DABCD is #E25432. Grayscale: #848484. Windows color (decimal): -14832691 or 13478685. OLE color: 13478685.

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

Color convert

RGB 29 171 205 -
CMYK 0.86 0.17 0 0.20
HSL 191.59º 0.75% 0.46% -
HSV(B) 191.59º 0.86% 0.8% -
XYZ 26.09 33.79 62.91 -
YUV 132.42 168.96 54.24 -
System Red Green Blue C M Y K H S L
Decimal 29 171 205 0.86 0.17 0 0.20 191.59 0.75 0.46
Hex 1D AB CD 56 11 0 14 C0 4B 2E
Octal 35 253 315 126 21 0 24 300 113 56
Binary 11101 10101011 11001101 1010110 10001 0 10100 11000000 1001011 101110

Color Harmonies of #1DABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DABCD

Black with #1DABCD

Text Example


Text Example

White with #1DABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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