#1DB5C2

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

Shades of Iris Blue #1DB5C2

Tints of Iris Blue #1DB5C2

Color information

#1DB5C2 (or 0x1DB5C2) is unknown color: approx Iris Blue. HEX triplet: 1D, B5 and C2. RGB value is (29,181,194). Sum of RGB (Red+Green+Blue) = 29+181+194=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #1DB5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB5C2 is #E24A3D. Grayscale: #888888. Windows color (decimal): -14830142 or 12760349. OLE color: 12760349.

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

Color convert

RGB29181194-
CMYK0.850.0700.24
HSL184.73º73.99%43.73%-
HSV(B)184.73º85.05%76.08%-
XYZ26.7737.256.81-
YUV137.03160.1450.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.18%
GREEN value IS 181 (71.09% from 255) = 44.80%
BLUE value IS 194 (76.17% from 255) = 48.02%
R=7.18%
G=44.80%
B=48.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal291811940.850.0700.24184.7373.9943.73
Hex1DB5C2557018b94a2c
Octal35265302125703027111254
Binary1110110110101110000101010101111011000101110011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,181,194); }

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

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

 a { background-color: rgb(29,181,194); }

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

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

 span { border-color: rgb(29,181,194); }

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