#1DAACB

Color #1DAACB Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #1DAACB

Tints of Iris Blue #1DAACB

Color information

#1DAACB (or 0x1DAACB) is unknown color: approx 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

RGB29170203-
CMYK0.860.1600.20
HSL191.38º75%45.49%-
HSV(B)191.38º85.71%79.61%-
XYZ25.6633.3261.58-
YUV131.6168.2954.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.21%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 203 (79.69% from 255) = 50.50%
R=7.21%
G=42.29%
B=50.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal291702030.860.1600.20191.387545.49
Hex1DAACB5610014bf4b2d
Octal352523131262002427711355
Binary111011010101011001011101011010000010100101111111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>