#AEE1FB

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

Shades of Columbia Blue #AEE1FB

Tints of Columbia Blue #AEE1FB

Color information

#AEE1FB (or 0xAEE1FB) is unknown color: approx Columbia Blue. HEX triplet: AE, E1 and FB. RGB value is (174,225,251). Sum of RGB (Red+Green+Blue) = 174+225+251=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEE1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE1FB is #511E04. Grayscale: #D4D4D4. Windows color (decimal): -5316101 or 16507310. OLE color: 16507310.

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

Color convert

RGB174225251-
CMYK0.310.1000.02
HSL200.26º90.59%83.33%-
HSV(B)200.26º30.68%98.43%-
XYZ61.7969.81101.49-
YUV212.72149.6100.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.77%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=26.77%
G=34.62%
B=38.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742252510.310.1000.02200.2690.5983.33
HexAEE1FB1FA02c85b53
Octal256341373371202310133123
Binary1010111011100001111110111111110100101100100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1FB; }

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

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

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

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

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

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

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

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