#AEDCFA

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

Shades of Columbia Blue #AEDCFA

Tints of Columbia Blue #AEDCFA

Color information

#AEDCFA (or 0xAEDCFA) is unknown color: approx Columbia Blue. HEX triplet: AE, DC and FA. RGB value is (174,220,250). Sum of RGB (Red+Green+Blue) = 174+220+250=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEDCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCFA is #512305. Grayscale: #D1D1D1. Windows color (decimal): -5317382 or 16440494. OLE color: 16440494.

HSL color Cylindrical-coordinate representation of color #AEDCFA: hue angle of 203.68º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDCFA is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174220250-
CMYK0.300.1200.02
HSL203.68º88.37%83.14%-
HSV(B)203.68º30.4%98.04%-
XYZ60.367.09100.21-
YUV209.67150.76102.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.02%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=27.02%
G=34.16%
B=38.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742202500.300.1200.02203.6888.3783.14
HexAEDCFA1EC02cc5853
Octal256334372361402314130123
Binary1010111011011100111110101111011000101100110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCFA; }

 p { color: rgb(174,220,250); }

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

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

 a { background-color: rgb(174,220,250); }

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

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

 span { border-color: rgb(174,220,250); }

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