#AADEFA

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

Shades of Columbia Blue #AADEFA

Tints of Columbia Blue #AADEFA

Color information

#AADEFA (or 0xAADEFA) is unknown color: approx Columbia Blue. HEX triplet: AA, DE and FA. RGB value is (170,222,250). Sum of RGB (Red+Green+Blue) = 170+222+250=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #AADEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEFA is #552105. Grayscale: #D1D1D1. Windows color (decimal): -5579014 or 16441002. OLE color: 16441002.

HSL color Cylindrical-coordinate representation of color #AADEFA: hue angle of 201º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AADEFA is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170222250-
CMYK0.320.1100.02
HSL201º88.89%82.35%-
HSV(B)201º32%98.04%-
XYZ59.9567.69100.35-
YUV209.64150.7799.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.48%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=26.48%
G=34.58%
B=38.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702222500.320.1100.0220188.8982.35
HexAADEFA20B02c95952
Octal252336372401302311131122
Binary10101010110111101111101010000010110101100100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEFA; }

 p { color: rgb(170,222,250); }

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

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

 a { background-color: rgb(170,222,250); }

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

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

 span { border-color: rgb(170,222,250); }

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