#1DBDC5

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

Shades of Iris Blue #1DBDC5

Tints of Iris Blue #1DBDC5

Color information

#1DBDC5 (or 0x1DBDC5) is unknown color: approx Iris Blue. HEX triplet: 1D, BD and C5. RGB value is (29,189,197). Sum of RGB (Red+Green+Blue) = 29+189+197=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 197 - color contains mainly: blue. Hex color #1DBDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDC5 is #E2423A. Grayscale: #8D8D8D. Windows color (decimal): -14828091 or 12959005. OLE color: 12959005.

HSL color Cylindrical-coordinate representation of color #1DBDC5: hue angle of 182.86º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBDC5 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB29189197-
CMYK0.850.0400.23
HSL182.86º74.34%44.31%-
HSV(B)182.86º85.28%77.25%-
XYZ28.7840.6959.16-
YUV142.07158.9947.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.99%
GREEN value IS 189 (74.22% from 255) = 45.54%
BLUE value IS 197 (77.34% from 255) = 47.47%
R=6.99%
G=45.54%
B=47.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal291891970.850.0400.23182.8674.3444.31
Hex1DBDC5554017b74a2c
Octal35275305125402726711254
Binary1110110111101110001011010101100010111101101111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,189,197); }

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

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

 a { background-color: rgb(29,189,197); }

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

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

 span { border-color: rgb(29,189,197); }

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