Html Css Color HEX #1DBCD1 Iris Blue

📋 copy color: '#1DBCD1'

red 29 ◦ green 188 ◦ blue 209

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

Shades of Iris Blue #1DBCD1

Tints of Iris Blue #1DBCD1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

 BLUE value IS 209 (82.03% from 255) = 49.06%

R = 6.81%
G = 44.13%
B = 49.06%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1DBCD1 (or 0x1DBCD1) is known color: Iris Blue. HEX triplet: 1D, BC and D1. RGB value is (29,188,209). Sum of RGB (Red+Green+Blue) = 29+188+209=426 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.81% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #1DBCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCD1 is #E2432E. Grayscale: #8E8E8E. Windows color (decimal): -14828335 or 13745181. OLE color: 13745181.

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

Color convert

RGB 29 188 209 -
CMYK 0.86 0.10 0 0.18
HSL 187º 0.76% 0.47% -
HSV(B) 187º 0.86% 0.82% -
XYZ 30 40.83 66.62 -
YUV 142.85 165.32 46.79 -
System Red Green Blue C M Y K H S L
Decimal 29 188 209 0.86 0.10 0 0.18 187 0.76 0.47
Hex 1D BC D1 56 A 0 12 BB 4C 2F
Octal 35 274 321 126 12 0 22 273 114 57
Binary 11101 10111100 11010001 1010110 1010 0 10010 10111011 1001100 101111

Color Harmonies of #1DBCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBCD1

Black with #1DBCD1

Text Example


Text Example

White with #1DBCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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