#AEE3FE

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

Shades of Columbia Blue #AEE3FE

Tints of Columbia Blue #AEE3FE

Color information

#AEE3FE (or 0xAEE3FE) is unknown color: approx Columbia Blue. HEX triplet: AE, E3 and FE. RGB value is (174,227,254). Sum of RGB (Red+Green+Blue) = 174+227+254=655 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.56% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEE3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE3FE is #511C01. Grayscale: #D6D6D6. Windows color (decimal): -5315586 or 16704430. OLE color: 16704430.

HSL color Cylindrical-coordinate representation of color #AEE3FE: hue angle of 200.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEE3FE is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB174227254-
CMYK0.310.1100.00
HSL200.25º97.56%83.92%-
HSV(B)200.25º31.5%99.61%-
XYZ62.8171.09104.18-
YUV214.23150.4499.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.56%
GREEN value IS 227 (89.06% from 255) = 34.66%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=26.56%
G=34.66%
B=38.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742272540.310.1100.00200.2597.5683.92
HexAEE3FE1FB00c86254
Octal256343376371300310142124
Binary101011101110001111111110111111011001100100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3FE; }

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

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

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

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

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

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

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

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