#AADCFD

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

Shades of Columbia Blue #AADCFD

Tints of Columbia Blue #AADCFD

Color information

#AADCFD (or 0xAADCFD) is unknown color: approx Columbia Blue. HEX triplet: AA, DC and FD. RGB value is (170,220,253). Sum of RGB (Red+Green+Blue) = 170+220+253=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #AADCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCFD is #552302. Grayscale: #D0D0D0. Windows color (decimal): -5579523 or 16637098. OLE color: 16637098.

HSL color Cylindrical-coordinate representation of color #AADCFD: hue angle of 203.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADCFD is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170220253-
CMYK0.330.1300.01
HSL203.86º95.4%82.94%-
HSV(B)203.86º32.81%99.22%-
XYZ59.966.82102.67-
YUV208.81152.94100.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.44%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=26.44%
G=34.21%
B=39.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702202530.330.1300.01203.8695.482.94
HexAADCFD21D01cc5f53
Octal252334375411501314137123
Binary1010101011011100111111011000011101011100110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCFD; }

 p { color: rgb(170,220,253); }

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

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

 a { background-color: rgb(170,220,253); }

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

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

 span { border-color: rgb(170,220,253); }

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