Html Css Color HEX #1DBACB Iris Blue

📋 copy color: '#1DBACB'

red 29 ◦ green 186 ◦ blue 203

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

Shades of Iris Blue #1DBACB

Tints of Iris Blue #1DBACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

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

R = 6.94%
G = 44.5%
B = 48.56%

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

#1DBACB (or 0x1DBACB) is known color: Iris Blue. HEX triplet: 1D, BA and CB. RGB value is (29,186,203). Sum of RGB (Red+Green+Blue) = 29+186+203=418 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.94% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DBACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBACB is #E24534. Grayscale: #8C8C8C. Windows color (decimal): -14828853 or 13351453. OLE color: 13351453.

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

Color convert

RGB 29 186 203 -
CMYK 0.86 0.08 0 0.20
HSL 185.86º 0.75% 0.45% -
HSV(B) 185.86º 0.86% 0.8% -
XYZ 28.85 39.69 62.64 -
YUV 141 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 29 186 203 0.86 0.08 0 0.20 185.86 0.75 0.45
Hex 1D BA CB 56 8 0 14 BA 4B 2D
Octal 35 272 313 126 10 0 24 272 113 55
Binary 11101 10111010 11001011 1010110 1000 0 10100 10111010 1001011 101101

Color Harmonies of #1DBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBACB

Black with #1DBACB

Text Example


Text Example

White with #1DBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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