#1DB2D0

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

Shades of Iris Blue #1DB2D0

Tints of Iris Blue #1DB2D0

Color information

#1DB2D0 (or 0x1DB2D0) is unknown color: approx Iris Blue. HEX triplet: 1D, B2 and D0. RGB value is (29,178,208). Sum of RGB (Red+Green+Blue) = 29+178+208=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #1DB2D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB2D0 is #E24D2F. Grayscale: #888888. Windows color (decimal): -14830896 or 13677085. OLE color: 13677085.

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

Color convert

RGB29178208-
CMYK0.860.1400.18
HSL190.06º75.53%46.47%-
HSV(B)190.06º86.06%81.57%-
XYZ27.8136.6665.28-
YUV136.87168.1451.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.99%
GREEN value IS 178 (69.92% from 255) = 42.89%
BLUE value IS 208 (81.64% from 255) = 50.12%
R=6.99%
G=42.89%
B=50.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal291782080.860.1400.18190.0675.5346.47
Hex1DB2D056E012be4c2e
Octal352623201261602227611456
Binary11101101100101101000010101101110010010101111101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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