#AEDEFF

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

Shades of Columbia Blue #AEDEFF

Tints of Columbia Blue #AEDEFF

Color information

#AEDEFF (or 0xAEDEFF) is unknown color: approx Columbia Blue. HEX triplet: AE, DE and FF. RGB value is (174,222,255). Sum of RGB (Red+Green+Blue) = 174+222+255=651 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.73% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEFF is #512100. Grayscale: #D3D3D3. Windows color (decimal): -5316865 or 16768686. OLE color: 16768686.

HSL color Cylindrical-coordinate representation of color #AEDEFF: hue angle of 204.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEDEFF is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174222255-
CMYK0.320.1300
HSL204.44º100%84.12%-
HSV(B)204.44º31.76%100%-
XYZ61.6368.46104.57-
YUV211.41152.6101.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.73%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 255 (100% from 255) = 39.17%
R=26.73%
G=34.10%
B=39.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742222550.320.1300204.4410084.12
HexAEDEFF20D00cc6454
Octal256336377401500314144124
Binary1010111011011110111111111000001101001100110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEFF; }

 p { color: rgb(174,222,255); }

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

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

 a { background-color: rgb(174,222,255); }

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

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

 span { border-color: rgb(174,222,255); }

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