#AADDFF

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

Shades of Columbia Blue #AADDFF

Tints of Columbia Blue #AADDFF

Color information

#AADDFF (or 0xAADDFF) is unknown color: approx Columbia Blue. HEX triplet: AA, DD and FF. RGB value is (170,221,255). Sum of RGB (Red+Green+Blue) = 170+221+255=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #AADDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDFF is #552200. Grayscale: #D1D1D1. Windows color (decimal): -5579265 or 16768426. OLE color: 16768426.

HSL color Cylindrical-coordinate representation of color #AADDFF: hue angle of 204º 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 #AADDFF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170221255-
CMYK0.330.1300
HSL204º100%83.33%-
HSV(B)204º33.33%100%-
XYZ60.4867.48104.44-
YUV209.63153.699.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.32%
GREEN value IS 221 (86.72% from 255) = 34.21%
BLUE value IS 255 (100% from 255) = 39.47%
R=26.32%
G=34.21%
B=39.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702212550.330.130020410083.33
HexAADDFF21D00cc6453
Octal252335377411500314144123
Binary1010101011011101111111111000011101001100110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDFF; }

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

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

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

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

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

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

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

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