#1DBCD2

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

Shades of Iris Blue #1DBCD2

Tints of Iris Blue #1DBCD2

Color information

#1DBCD2 (or 0x1DBCD2) is unknown color: approx Iris Blue. HEX triplet: 1D, BC and D2. RGB value is (29,188,210). Sum of RGB (Red+Green+Blue) = 29+188+210=427 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.79% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #1DBCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCD2 is #E2432D. Grayscale: #8E8E8E. Windows color (decimal): -14828334 or 13810717. OLE color: 13810717.

HSL color Cylindrical-coordinate representation of color #1DBCD2: hue angle of 187.29º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBCD2 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB29188210-
CMYK0.860.1000.18
HSL187.29º75.73%46.86%-
HSV(B)187.29º86.19%82.35%-
XYZ30.1240.8867.28-
YUV142.97165.8246.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.79%
GREEN value IS 188 (73.83% from 255) = 44.03%
BLUE value IS 210 (82.42% from 255) = 49.18%
R=6.79%
G=44.03%
B=49.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal291882100.860.1000.18187.2975.7346.86
Hex1DBCD256A012bb4c2f
Octal352743221261202227311457
Binary11101101111001101001010101101010010010101110111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,188,210); }

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

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

 a { background-color: rgb(29,188,210); }

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

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

 span { border-color: rgb(29,188,210); }

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