#1caad1

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

Shades of Iris Blue #1CAAD1

Tints of Iris Blue #1CAAD1

Color information

#1CAAD1 (or 0x1CAAD1) is unknown color: approx Iris Blue. HEX triplet: 1C, AA and D1. RGB value is (28,170,209). Sum of RGB (Red+Green+Blue) = 28+170+209=407 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.88% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #1CAAD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAAD1 is #E3552E. Grayscale: #838383. Windows color (decimal): -14898479 or 13740572. OLE color: 13740572.

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

Color convert

RGB28170209-
CMYK0.870.1900.18
HSL192.93º76.37%46.47%-
HSV(B)192.93º86.6%81.96%-
XYZ26.3633.665.42-
YUV131.99171.4653.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.88%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 209 (82.03% from 255) = 51.35%
R=6.88%
G=41.77%
B=51.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal281702090.870.1900.18192.9376.3746.47
Hex1CAAD15713012c14c2e
Octal342523211272302230111456
Binary111001010101011010001101011110011010010110000011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1caad1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,170,209); }

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

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

 a { background-color: rgb(28,170,209); }

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

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

 span { border-color: rgb(28,170,209); }

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