#AADCFF

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

Shades of Columbia Blue #AADCFF

Tints of Columbia Blue #AADCFF

Color information

#AADCFF (or 0xAADCFF) is unknown color: approx Columbia Blue. HEX triplet: AA, DC and FF. RGB value is (170,220,255). Sum of RGB (Red+Green+Blue) = 170+220+255=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #AADCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCFF is #552300. Grayscale: #D0D0D0. Windows color (decimal): -5579521 or 16768170. OLE color: 16768170.

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

Color convert

RGB170220255-
CMYK0.330.1400
HSL204.71º100%83.33%-
HSV(B)204.71º33.33%100%-
XYZ60.2266.95104.36-
YUV209.04153.94100.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.36%
GREEN value IS 220 (86.33% from 255) = 34.11%
BLUE value IS 255 (100% from 255) = 39.53%
R=26.36%
G=34.11%
B=39.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702202550.330.1400204.7110083.33
HexAADCFF21E00cd6453
Octal252334377411600315144123
Binary1010101011011100111111111000011110001100110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCFF; }

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

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

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

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

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

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

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

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