#AADFFA

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

Shades of Columbia Blue #AADFFA

Tints of Columbia Blue #AADFFA

Color information

#AADFFA (or 0xAADFFA) is unknown color: approx Columbia Blue. HEX triplet: AA, DF and FA. RGB value is (170,223,250). Sum of RGB (Red+Green+Blue) = 170+223+250=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #AADFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFFA is #552005. Grayscale: #D2D2D2. Windows color (decimal): -5578758 or 16441258. OLE color: 16441258.

HSL color Cylindrical-coordinate representation of color #AADFFA: hue angle of 200.25º 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 #AADFFA is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170223250-
CMYK0.320.1100.02
HSL200.25º88.89%82.35%-
HSV(B)200.25º32%98.04%-
XYZ60.2268.22100.44-
YUV210.23150.4499.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.44%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=26.44%
G=34.68%
B=38.88%

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
Decimal1702232500.320.1100.02200.2588.8982.35
HexAADFFA20B02c85952
Octal252337372401302310131122
Binary10101010110111111111101010000010110101100100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFFA; }

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

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

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

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

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

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

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

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