#AEDDFE

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

Shades of Columbia Blue #AEDDFE

Tints of Columbia Blue #AEDDFE

Color information

#AEDDFE (or 0xAEDDFE) is unknown color: approx Columbia Blue. HEX triplet: AE, DD and FE. RGB value is (174,221,254). Sum of RGB (Red+Green+Blue) = 174+221+254=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDFE is #512201. Grayscale: #D2D2D2. Windows color (decimal): -5317122 or 16702894. OLE color: 16702894.

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

Color convert

RGB174221254-
CMYK0.310.1300.00
HSL204.75º97.56%83.92%-
HSV(B)204.75º31.5%99.61%-
XYZ61.267.87103.64-
YUV210.71152.43101.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.81%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=26.81%
G=34.05%
B=39.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742212540.310.1300.00204.7597.5683.92
HexAEDDFE1FD00cd6254
Octal256335376371500315142124
Binary101011101101110111111110111111101001100110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDFE; }

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

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

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

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

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

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

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

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