Html Css Color HEX #1DBDCB Iris Blue

📋 copy color: '#1DBDCB'

red 29 ◦ green 189 ◦ blue 203

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

Shades of Iris Blue #1DBDCB

Tints of Iris Blue #1DBDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 6.89%
G = 44.89%
B = 48.22%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1DBDCB (or 0x1DBDCB) is known color: Iris Blue. HEX triplet: 1D, BD and CB. RGB value is (29,189,203). Sum of RGB (Red+Green+Blue) = 29+189+203=421 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.89% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DBDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDCB is #E24234. Grayscale: #8E8E8E. Windows color (decimal): -14828085 or 13352221. OLE color: 13352221.

HSL color Cylindrical-coordinate representation of color #1DBDCB: hue angle of 184.83º 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 #1DBDCB is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 189 203 -
CMYK 0.86 0.07 0 0.20
HSL 184.83º 0.75% 0.45% -
HSV(B) 184.83º 0.86% 0.8% -
XYZ 29.48 40.97 62.85 -
YUV 142.76 161.99 46.86 -
System Red Green Blue C M Y K H S L
Decimal 29 189 203 0.86 0.07 0 0.20 184.83 0.75 0.45
Hex 1D BD CB 56 7 0 14 B9 4B 2D
Octal 35 275 313 126 7 0 24 271 113 55
Binary 11101 10111101 11001011 1010110 111 0 10100 10111001 1001011 101101

Color Harmonies of #1DBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBDCB

Black with #1DBDCB

Text Example


Text Example

White with #1DBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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