Html Css Color HEX #1DB1C3 Iris Blue

📋 copy color: '#1DB1C3'

red 29 ◦ green 177 ◦ blue 195

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

Shades of Iris Blue #1DB1C3

Tints of Iris Blue #1DB1C3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.14%

 BLUE value IS 195 (76.56% from 255) = 48.63%

R = 7.23%
G = 44.14%
B = 48.63%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1DB1C3 (or 0x1DB1C3) is known color: Iris Blue. HEX triplet: 1D, B1 and C3. RGB value is (29,177,195). Sum of RGB (Red+Green+Blue) = 29+177+195=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #1DB1C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB1C3 is #E24E3C. Grayscale: #868686. Windows color (decimal): -14831165 or 12824861. OLE color: 12824861.

HSL color Cylindrical-coordinate representation of color #1DB1C3: hue angle of 186.51º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DB1C3 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 177 195 -
CMYK 0.85 0.09 0 0.24
HSL 186.51º 0.74% 0.44% -
HSV(B) 186.51º 0.85% 0.76% -
XYZ 26.08 35.65 57.14 -
YUV 134.8 161.97 52.54 -
System Red Green Blue C M Y K H S L
Decimal 29 177 195 0.85 0.09 0 0.24 186.51 0.74 0.44
Hex 1D B1 C3 55 9 0 18 BB 4A 2C
Octal 35 261 303 125 11 0 30 273 112 54
Binary 11101 10110001 11000011 1010101 1001 0 11000 10111011 1001010 101100

Color Harmonies of #1DB1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB1C3

Black with #1DB1C3

Text Example


Text Example

White with #1DB1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,177,195); }

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

background-color css

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

 a { background-color: rgb(29,177,195); }

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

border-color css

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

 span { border-color: rgb(29,177,195); }

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