#AEDDF9

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

Shades of Columbia Blue #AEDDF9

Tints of Columbia Blue #AEDDF9

Color information

#AEDDF9 (or 0xAEDDF9) is unknown color: approx Columbia Blue. HEX triplet: AE, DD and F9. RGB value is (174,221,249). Sum of RGB (Red+Green+Blue) = 174+221+249=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #AEDDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF9 is #512206. Grayscale: #D1D1D1. Windows color (decimal): -5317127 or 16375214. OLE color: 16375214.

HSL color Cylindrical-coordinate representation of color #AEDDF9: hue angle of 202.4º degrees, saturation: 0.86, 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 #AEDDF9 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174221249-
CMYK0.300.1100.02
HSL202.4º86.21%82.94%-
HSV(B)202.4º30.12%97.65%-
XYZ60.4167.5599.48-
YUV210.14149.93102.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.02%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=27.02%
G=34.32%
B=38.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742212490.300.1100.02202.486.2182.94
HexAEDDF91EB02ca5653
Octal256335371361302312126123
Binary1010111011011101111110011111010110101100101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDF9; }

 p { color: rgb(174,221,249); }

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

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

 a { background-color: rgb(174,221,249); }

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

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

 span { border-color: rgb(174,221,249); }

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