#1DB6CB

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

Shades of Iris Blue #1DB6CB

Tints of Iris Blue #1DB6CB

Color information

#1DB6CB (or 0x1DB6CB) is unknown color: approx Iris Blue. HEX triplet: 1D, B6 and CB. RGB value is (29,182,203). Sum of RGB (Red+Green+Blue) = 29+182+203=414 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.00% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DB6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB6CB is #E24934. Grayscale: #8A8A8A. Windows color (decimal): -14829877 or 13350429. OLE color: 13350429.

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

Color convert

RGB29182203-
CMYK0.860.1000.20
HSL187.24º75%45.49%-
HSV(B)187.24º85.71%79.61%-
XYZ28.0138.0362.36-
YUV138.65164.3149.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.00%
GREEN value IS 182 (71.48% from 255) = 43.96%
BLUE value IS 203 (79.69% from 255) = 49.03%
R=7.00%
G=43.96%
B=49.03%

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
Decimal291822030.860.1000.20187.247545.49
Hex1DB6CB56A014bb4b2d
Octal352663131261202427311355
Binary11101101101101100101110101101010010100101110111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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