#1DB9CD

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

Shades of Iris Blue #1DB9CD

Tints of Iris Blue #1DB9CD

Color information

#1DB9CD (or 0x1DB9CD) is unknown color: approx Iris Blue. HEX triplet: 1D, B9 and CD. RGB value is (29,185,205). Sum of RGB (Red+Green+Blue) = 29+185+205=419 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.92% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DB9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB9CD is #E24632. Grayscale: #8C8C8C. Windows color (decimal): -14829107 or 13482269. OLE color: 13482269.

HSL color Cylindrical-coordinate representation of color #1DB9CD: hue angle of 186.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DB9CD is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB29185205-
CMYK0.860.1000.20
HSL186.82º75.21%45.88%-
HSV(B)186.82º85.85%80.39%-
XYZ28.8839.3763.83-
YUV140.64164.3248.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.92%
GREEN value IS 185 (72.66% from 255) = 44.15%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=6.92%
G=44.15%
B=48.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal291852050.860.1000.20186.8275.2145.88
Hex1DB9CD56A014bb4b2e
Octal352713151261202427311356
Binary11101101110011100110110101101010010100101110111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,185,205); }

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

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

 a { background-color: rgb(29,185,205); }

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

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

 span { border-color: rgb(29,185,205); }

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