#1DC0D4

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

Shades of Iris Blue #1DC0D4

Tints of Iris Blue #1DC0D4

Color information

#1DC0D4 (or 0x1DC0D4) is unknown color: approx Iris Blue. HEX triplet: 1D, C0 and D4. RGB value is (29,192,212). Sum of RGB (Red+Green+Blue) = 29+192+212=433 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.70% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 212 (83.20% from 255 or 48.96% from 433); Max value from RGB is 212 - color contains mainly: blue. Hex color #1DC0D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC0D4 is #E23F2B. Grayscale: #919191. Windows color (decimal): -14827308 or 13942813. OLE color: 13942813.

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

Color convert

RGB29192212-
CMYK0.860.0900.17
HSL186.56º75.93%47.25%-
HSV(B)186.56º86.32%83.14%-
XYZ31.2442.7168.89-
YUV145.54165.544.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.70%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 212 (83.20% from 255) = 48.96%
R=6.70%
G=44.34%
B=48.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal291922120.860.0900.17186.5675.9347.25
Hex1DC0D4569011bb4c2f
Octal353003241261102127311457
Binary11101110000001101010010101101001010001101110111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,192,212); }

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

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

 a { background-color: rgb(29,192,212); }

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

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

 span { border-color: rgb(29,192,212); }

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