#AEE3FB

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

Shades of Columbia Blue #AEE3FB

Tints of Columbia Blue #AEE3FB

Color information

#AEE3FB (or 0xAEE3FB) is unknown color: approx Columbia Blue. HEX triplet: AE, E3 and FB. RGB value is (174,227,251). Sum of RGB (Red+Green+Blue) = 174+227+251=652 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.69% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEE3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE3FB is #511C04. Grayscale: #D5D5D5. Windows color (decimal): -5315589 or 16507822. OLE color: 16507822.

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

Color convert

RGB174227251-
CMYK0.310.1000.02
HSL198.7º90.59%83.33%-
HSV(B)198.7º30.68%98.43%-
XYZ62.3470.9101.67-
YUV213.89148.9499.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.69%
GREEN value IS 227 (89.06% from 255) = 34.82%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=26.69%
G=34.82%
B=38.50%

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
Decimal1742272510.310.1000.02198.790.5983.33
HexAEE3FB1FA02c75b53
Octal256343373371202307133123
Binary1010111011100011111110111111110100101100011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3FB; }

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

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

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

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

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

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

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

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