#AEDDFD

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

Shades of Columbia Blue #AEDDFD

Tints of Columbia Blue #AEDDFD

Color information

#AEDDFD (or 0xAEDDFD) is unknown color: approx Columbia Blue. HEX triplet: AE, DD and FD. RGB value is (174,221,253). Sum of RGB (Red+Green+Blue) = 174+221+253=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDFD is #512202. Grayscale: #D2D2D2. Windows color (decimal): -5317123 or 16637358. OLE color: 16637358.

HSL color Cylindrical-coordinate representation of color #AEDDFD: hue angle of 204.3º degrees, saturation: 0.95, 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 #AEDDFD is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174221253-
CMYK0.310.1300.01
HSL204.3º95.18%83.73%-
HSV(B)204.3º31.23%99.22%-
XYZ61.0467.8102.8-
YUV210.6151.93101.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.85%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=26.85%
G=34.10%
B=39.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742212530.310.1300.01204.395.1883.73
HexAEDDFD1FD01cc5f54
Octal256335375371501314137124
Binary101011101101110111111101111111101011100110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDFD; }

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

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

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

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

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

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

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

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