#1daacf

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

Shades of Iris Blue #1DAACF

Tints of Iris Blue #1DAACF

Color information

#1DAACF (or 0x1DAACF) is unknown color: approx Iris Blue. HEX triplet: 1D, AA and CF. RGB value is (29,170,207). Sum of RGB (Red+Green+Blue) = 29+170+207=406 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.14% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DAACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAACF is #E25530. Grayscale: #838383. Windows color (decimal): -14832945 or 13609501. OLE color: 13609501.

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

Color convert

RGB29170207-
CMYK0.860.1800.19
HSL192.47º75.42%46.27%-
HSV(B)192.47º85.99%81.18%-
XYZ26.1433.5264.12-
YUV132.06170.2954.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.14%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 207 (81.25% from 255) = 50.99%
R=7.14%
G=41.87%
B=50.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal291702070.860.1800.19192.4775.4246.27
Hex1DAACF5612013c04b2e
Octal352523171262202330011356
Binary111011010101011001111101011010010010011110000001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1daacf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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