#1DC0D0

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

Shades of Iris Blue #1DC0D0

Tints of Iris Blue #1DC0D0

Color information

#1DC0D0 (or 0x1DC0D0) is unknown color: approx Iris Blue. HEX triplet: 1D, C0 and D0. RGB value is (29,192,208). Sum of RGB (Red+Green+Blue) = 29+192+208=429 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.76% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #1DC0D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC0D0 is #E23F2F. Grayscale: #909090. Windows color (decimal): -14827312 or 13680669. OLE color: 13680669.

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

Color convert

RGB29192208-
CMYK0.860.0800.18
HSL185.36º75.53%46.47%-
HSV(B)185.36º86.06%81.57%-
XYZ30.7442.5166.26-
YUV145.09163.545.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.76%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 208 (81.64% from 255) = 48.48%
R=6.76%
G=44.76%
B=48.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal291922080.860.0800.18185.3675.5346.47
Hex1DC0D0568012b94c2e
Octal353003201261002227111456
Binary11101110000001101000010101101000010010101110011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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