#A4DAFF

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

Shades of Columbia Blue #A4DAFF

Tints of Columbia Blue #A4DAFF

Color information

#A4DAFF (or 0xA4DAFF) is unknown color: approx Columbia Blue. HEX triplet: A4, DA and FF. RGB value is (164,218,255). Sum of RGB (Red+Green+Blue) = 164+218+255=637 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.75% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DAFF is #5B2500. Grayscale: #CDCDCD. Windows color (decimal): -5973249 or 16767652. OLE color: 16767652.

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

Color convert

RGB164218255-
CMYK0.360.1500
HSL204.4º100%82.16%-
HSV(B)204.4º35.69%100%-
XYZ58.4365.26104.12-
YUV206.07155.6197.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.75%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 255 (100% from 255) = 40.03%
R=25.75%
G=34.22%
B=40.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642182550.360.1500204.410082.16
HexA4DAFF24F00cc6452
Octal244332377441700314144122
Binary1010010011011010111111111001001111001100110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DAFF; }

 p { color: rgb(164,218,255); }

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

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

 a { background-color: rgb(164,218,255); }

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

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

 span { border-color: rgb(164,218,255); }

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