Html Css Color HEX #1DABCB Iris Blue

📋 copy color: '#1DABCB'

red 29 ◦ green 171 ◦ blue 203

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

Shades of Iris Blue #1DABCB

Tints of Iris Blue #1DABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.43%

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

R = 7.2%
G = 42.43%
B = 50.37%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1DABCB (or 0x1DABCB) is known color: Iris Blue. HEX triplet: 1D, AB and CB. RGB value is (29,171,203). Sum of RGB (Red+Green+Blue) = 29+171+203=403 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.20% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DABCB is #E25434. Grayscale: #838383. Windows color (decimal): -14832693 or 13347613. OLE color: 13347613.

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

Color convert

RGB 29 171 203 -
CMYK 0.86 0.16 0 0.20
HSL 191.03º 0.75% 0.45% -
HSV(B) 191.03º 0.86% 0.8% -
XYZ 25.85 33.7 61.64 -
YUV 132.19 167.96 54.4 -
System Red Green Blue C M Y K H S L
Decimal 29 171 203 0.86 0.16 0 0.20 191.03 0.75 0.45
Hex 1D AB CB 56 10 0 14 BF 4B 2D
Octal 35 253 313 126 20 0 24 277 113 55
Binary 11101 10101011 11001011 1010110 10000 0 10100 10111111 1001011 101101

Color Harmonies of #1DABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DABCB

Black with #1DABCB

Text Example


Text Example

White with #1DABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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