#1DA9CC

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

Shades of Iris Blue #1DA9CC

Tints of Iris Blue #1DA9CC

Color information

#1DA9CC (or 0x1DA9CC) is unknown color: approx Iris Blue. HEX triplet: 1D, A9 and CC. RGB value is (29,169,204). Sum of RGB (Red+Green+Blue) = 29+169+204=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DA9CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA9CC is #E25633. Grayscale: #828282. Windows color (decimal): -14833204 or 13412637. OLE color: 13412637.

HSL color Cylindrical-coordinate representation of color #1DA9CC: hue angle of 192º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DA9CC is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB29169204-
CMYK0.860.1700.2
HSL192º75.11%45.69%-
HSV(B)192º85.78%80%-
XYZ25.593362.15-
YUV131.13169.1255.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.21%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 204 (80.08% from 255) = 50.75%
R=7.21%
G=42.04%
B=50.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal291692040.860.1700.219275.1145.69
Hex1DA9CC5611014c04b2e
Octal352513141262102430011356
Binary111011010100111001100101011010001010100110000001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,169,204); }

 H1.HeaderClassName
 {
   color: #1DA9CC;
 }
 .AnyTagClassName
 {
   color: #1DA9CC;
 }
</style>
background-color css

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

 a { background-color: rgb(29,169,204); }

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

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

 span { border-color: rgb(29,169,204); }

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