Html Css Color HEX #1DAACB Iris Blue

📋 copy color: '#1DAACB'

red 29 ◦ green 170 ◦ blue 203

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

Shades of Iris Blue #1DAACB

Tints of Iris Blue #1DAACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.29%

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

R = 7.21%
G = 42.29%
B = 50.5%

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

#1DAACB (or 0x1DAACB) is known color: Iris Blue. HEX triplet: 1D, AA and CB. RGB value is (29,170,203). Sum of RGB (Red+Green+Blue) = 29+170+203=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DAACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAACB is #E25534. Grayscale: #838383. Windows color (decimal): -14832949 or 13347357. OLE color: 13347357.

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

Color convert

RGB 29 170 203 -
CMYK 0.86 0.16 0 0.20
HSL 191.38º 0.75% 0.45% -
HSV(B) 191.38º 0.86% 0.8% -
XYZ 25.66 33.32 61.58 -
YUV 131.6 168.29 54.82 -
System Red Green Blue C M Y K H S L
Decimal 29 170 203 0.86 0.16 0 0.20 191.38 0.75 0.45
Hex 1D AA CB 56 10 0 14 BF 4B 2D
Octal 35 252 313 126 20 0 24 277 113 55
Binary 11101 10101010 11001011 1010110 10000 0 10100 10111111 1001011 101101

Color Harmonies of #1DAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAACB

Black with #1DAACB

Text Example


Text Example

White with #1DAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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