Html Css Color HEX #1DC2D1 Iris Blue

📋 copy color: '#1DC2D1'

red 29 ◦ green 194 ◦ blue 209

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

Shades of Iris Blue #1DC2D1

Tints of Iris Blue #1DC2D1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.91%

 BLUE value IS 209 (82.03% from 255) = 48.38%

R = 6.71%
G = 44.91%
B = 48.38%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1DC2D1 (or 0x1DC2D1) is known color: Iris Blue. HEX triplet: 1D, C2 and D1. RGB value is (29,194,209). Sum of RGB (Red+Green+Blue) = 29+194+209=432 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.71% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #1DC2D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC2D1 is #E23D2E. Grayscale: #929292. Windows color (decimal): -14826799 or 13746717. OLE color: 13746717.

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

Color convert

RGB 29 194 209 -
CMYK 0.86 0.07 0 0.18
HSL 185º 0.76% 0.47% -
HSV(B) 185º 0.86% 0.82% -
XYZ 31.31 43.45 67.06 -
YUV 146.38 163.34 44.28 -
System Red Green Blue C M Y K H S L
Decimal 29 194 209 0.86 0.07 0 0.18 185 0.76 0.47
Hex 1D C2 D1 56 7 0 12 B9 4C 2F
Octal 35 302 321 126 7 0 22 271 114 57
Binary 11101 11000010 11010001 1010110 111 0 10010 10111001 1001100 101111

Color Harmonies of #1DC2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC2D1

Black with #1DC2D1

Text Example


Text Example

White with #1DC2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,194,209); }

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

background-color css

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

 a { background-color: rgb(29,194,209); }

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

border-color css

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

 span { border-color: rgb(29,194,209); }

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