Html Css Color HEX #1DBDCD Iris Blue

📋 copy color: '#1DBDCD'

red 29 ◦ green 189 ◦ blue 205

#1DBDCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #1DBDCD

Tints of Iris Blue #1DBDCD

RGB

 RED value IS 29 (11.72% from 255) = 6.86%

 GREEN value IS 189 (74.22% from 255) = 44.68%

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 6.86%
G = 44.68%
B = 48.46%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1DBDCD (or 0x1DBDCD) is known color: Iris Blue. HEX triplet: 1D, BD and CD. RGB value is (29,189,205). Sum of RGB (Red+Green+Blue) = 29+189+205=423 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.86% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DBDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDCD is #E24232. Grayscale: #8E8E8E. Windows color (decimal): -14828083 or 13483293. OLE color: 13483293.

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

Color convert

RGB 29 189 205 -
CMYK 0.86 0.08 0 0.20
HSL 185.45º 0.75% 0.46% -
HSV(B) 185.45º 0.86% 0.8% -
XYZ 29.72 41.06 64.12 -
YUV 142.98 162.99 46.7 -
System Red Green Blue C M Y K H S L
Decimal 29 189 205 0.86 0.08 0 0.20 185.45 0.75 0.46
Hex 1D BD CD 56 8 0 14 B9 4B 2E
Octal 35 275 315 126 10 0 24 271 113 56
Binary 11101 10111101 11001101 1010110 1000 0 10100 10111001 1001011 101110

Color Harmonies of #1DBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBDCD

Black with #1DBDCD

Text Example


Text Example

White with #1DBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DBDCD;
 }
 .AnyTagClassName
 {
   color: #1DBDCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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