#AEE3FC

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

Shades of Columbia Blue #AEE3FC

Tints of Columbia Blue #AEE3FC

Color information

#AEE3FC (or 0xAEE3FC) is unknown color: approx Columbia Blue. HEX triplet: AE, E3 and FC. RGB value is (174,227,252). Sum of RGB (Red+Green+Blue) = 174+227+252=653 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.65% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEE3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE3FC is #511C03. Grayscale: #D5D5D5. Windows color (decimal): -5315588 or 16573358. OLE color: 16573358.

HSL color Cylindrical-coordinate representation of color #AEE3FC: hue angle of 199.23º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEE3FC is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174227252-
CMYK0.310.1000.01
HSL199.23º92.86%83.53%-
HSV(B)199.23º30.95%98.82%-
XYZ62.570.97102.5-
YUV214149.4499.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.65%
GREEN value IS 227 (89.06% from 255) = 34.76%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=26.65%
G=34.76%
B=38.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742272520.310.1000.01199.2392.8683.53
HexAEE3FC1FA01c75d54
Octal256343374371201307135124
Binary101011101110001111111100111111010011100011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3FC; }

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

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

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

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

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

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

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

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