#1DBED4

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

Shades of Iris Blue #1DBED4

Tints of Iris Blue #1DBED4

Color information

#1DBED4 (or 0x1DBED4) is unknown color: approx Iris Blue. HEX triplet: 1D, BE and D4. RGB value is (29,190,212). Sum of RGB (Red+Green+Blue) = 29+190+212=431 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.73% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 212 (83.20% from 255 or 49.19% from 431); Max value from RGB is 212 - color contains mainly: blue. Hex color #1DBED4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBED4 is #E2412B. Grayscale: #909090. Windows color (decimal): -14827820 or 13942301. OLE color: 13942301.

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

Color convert

RGB29190212-
CMYK0.860.1000.17
HSL187.21º75.93%47.25%-
HSV(B)187.21º86.32%83.14%-
XYZ30.841.8468.74-
YUV144.37166.1645.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.73%
GREEN value IS 190 (74.61% from 255) = 44.08%
BLUE value IS 212 (83.20% from 255) = 49.19%
R=6.73%
G=44.08%
B=49.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal291902120.860.1000.17187.2175.9347.25
Hex1DBED456A011bb4c2f
Octal352763241261202127311457
Binary11101101111101101010010101101010010001101110111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,190,212); }

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

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

 a { background-color: rgb(29,190,212); }

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

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

 span { border-color: rgb(29,190,212); }

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