#AAE3FD

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

Shades of Columbia Blue #AAE3FD

Tints of Columbia Blue #AAE3FD

Color information

#AAE3FD (or 0xAAE3FD) is unknown color: approx Columbia Blue. HEX triplet: AA, E3 and FD. RGB value is (170,227,253). Sum of RGB (Red+Green+Blue) = 170+227+253=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAE3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE3FD is #551C02. Grayscale: #D4D4D4. Windows color (decimal): -5577731 or 16638890. OLE color: 16638890.

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

Color convert

RGB170227253-
CMYK0.330.1000.01
HSL198.8º95.4%82.94%-
HSV(B)198.8º32.81%99.22%-
XYZ61.7870.58103.3-
YUV212.92150.6297.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.15%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=26.15%
G=34.92%
B=38.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702272530.330.1000.01198.895.482.94
HexAAE3FD21A01c75f53
Octal252343375411201307137123
Binary1010101011100011111111011000011010011100011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3FD; }

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

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

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

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

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

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

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

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