#AEDFF9

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

Shades of Columbia Blue #AEDFF9

Tints of Columbia Blue #AEDFF9

Color information

#AEDFF9 (or 0xAEDFF9) is unknown color: approx Columbia Blue. HEX triplet: AE, DF and F9. RGB value is (174,223,249). Sum of RGB (Red+Green+Blue) = 174+223+249=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #AEDFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF9 is #512006. Grayscale: #D3D3D3. Windows color (decimal): -5316615 or 16375726. OLE color: 16375726.

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

Color convert

RGB174223249-
CMYK0.300.1000.02
HSL200.8º86.21%82.94%-
HSV(B)200.8º30.12%97.65%-
XYZ60.9468.6199.65-
YUV211.31149.27101.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.93%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 249 (97.66% from 255) = 38.54%
R=26.93%
G=34.52%
B=38.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742232490.300.1000.02200.886.2182.94
HexAEDFF91EA02c95653
Octal256337371361202311126123
Binary1010111011011111111110011111010100101100100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFF9; }

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

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

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

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

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

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

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

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