#1DB6D0

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

Shades of Iris Blue #1DB6D0

Tints of Iris Blue #1DB6D0

Color information

#1DB6D0 (or 0x1DB6D0) is unknown color: approx Iris Blue. HEX triplet: 1D, B6 and D0. RGB value is (29,182,208). Sum of RGB (Red+Green+Blue) = 29+182+208=419 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.92% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #1DB6D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB6D0 is #E2492F. Grayscale: #8A8A8A. Windows color (decimal): -14829872 or 13678109. OLE color: 13678109.

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

Color convert

RGB29182208-
CMYK0.860.1200.18
HSL188.72º75.53%46.47%-
HSV(B)188.72º86.06%81.57%-
XYZ28.6238.2765.55-
YUV139.22166.8149.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.92%
GREEN value IS 182 (71.48% from 255) = 43.44%
BLUE value IS 208 (81.64% from 255) = 49.64%
R=6.92%
G=43.44%
B=49.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal291822080.860.1200.18188.7275.5346.47
Hex1DB6D056C012bd4c2e
Octal352663201261402227511456
Binary11101101101101101000010101101100010010101111011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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