#1DC2D0

Color #1DC2D0 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #1DC2D0

Tints of Iris Blue #1DC2D0

Color information

#1DC2D0 (or 0x1DC2D0) is unknown color: approx Iris Blue. HEX triplet: 1D, C2 and D0. RGB value is (29,194,208). Sum of RGB (Red+Green+Blue) = 29+194+208=431 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.73% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #1DC2D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC2D0 is #E23D2F. Grayscale: #929292. Windows color (decimal): -14826800 or 13681181. OLE color: 13681181.

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

Color convert

RGB29194208-
CMYK0.860.0700.18
HSL184.69º75.53%46.47%-
HSV(B)184.69º86.06%81.57%-
XYZ31.1843.466.41-
YUV146.26162.8444.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.73%
GREEN value IS 194 (76.17% from 255) = 45.01%
BLUE value IS 208 (81.64% from 255) = 48.26%
R=6.73%
G=45.01%
B=48.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal291942080.860.0700.18184.6975.5346.47
Hex1DC2D0567012b94c2e
Octal35302320126702227111456
Binary1110111000010110100001010110111010010101110011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DC2D0;
 }
 .AnyTagClassName
 {
   color: #1DC2D0;
 }
</style>
background-color css

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

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

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

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

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

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