#AEDDF8

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

Shades of Columbia Blue #AEDDF8

Tints of Columbia Blue #AEDDF8

Color information

#AEDDF8 (or 0xAEDDF8) is unknown color: approx Columbia Blue. HEX triplet: AE, DD and F8. RGB value is (174,221,248). Sum of RGB (Red+Green+Blue) = 174+221+248=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEDDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF8 is #512207. Grayscale: #D1D1D1. Windows color (decimal): -5317128 or 16309678. OLE color: 16309678.

HSL color Cylindrical-coordinate representation of color #AEDDF8: hue angle of 201.89º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDDF8 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174221248-
CMYK0.300.1100.03
HSL201.89º84.09%82.75%-
HSV(B)201.89º29.84%97.25%-
XYZ60.2667.4998.66-
YUV210.02149.43102.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.06%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 248 (97.27% from 255) = 38.57%
R=27.06%
G=34.37%
B=38.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742212480.300.1100.03201.8984.0982.75
HexAEDDF81EB03ca5453
Octal256335370361303312124123
Binary1010111011011101111110001111010110111100101010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDF8; }

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

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

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

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

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

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

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

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