#AAE1FB

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

Shades of Columbia Blue #AAE1FB

Tints of Columbia Blue #AAE1FB

Color information

#AAE1FB (or 0xAAE1FB) is unknown color: approx Columbia Blue. HEX triplet: AA, E1 and FB. RGB value is (170,225,251). Sum of RGB (Red+Green+Blue) = 170+225+251=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAE1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE1FB is #551E04. Grayscale: #D3D3D3. Windows color (decimal): -5578245 or 16507306. OLE color: 16507306.

HSL color Cylindrical-coordinate representation of color #AAE1FB: hue angle of 199.26º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAE1FB is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170225251-
CMYK0.320.1000.02
HSL199.26º91.01%82.55%-
HSV(B)199.26º32.27%98.43%-
XYZ60.9269.36101.44-
YUV211.52150.2898.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.32%
GREEN value IS 225 (88.28% from 255) = 34.83%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=26.32%
G=34.83%
B=38.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702252510.320.1000.02199.2691.0182.55
HexAAE1FB20A02c75b53
Octal252341373401202307133123
Binary10101010111000011111101110000010100101100011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1FB; }

 p { color: rgb(170,225,251); }

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

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

 a { background-color: rgb(170,225,251); }

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

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

 span { border-color: rgb(170,225,251); }

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