#a8daff

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

Shades of Columbia Blue #A8DAFF

Tints of Columbia Blue #A8DAFF

Color information

#A8DAFF (or 0xA8DAFF) is unknown color: approx Columbia Blue. HEX triplet: A8, DA and FF. RGB value is (168,218,255). Sum of RGB (Red+Green+Blue) = 168+218+255=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAFF is #572500. Grayscale: #CFCFCF. Windows color (decimal): -5711105 or 16767656. OLE color: 16767656.

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

Color convert

RGB168218255-
CMYK0.340.1500
HSL205.52º100%82.94%-
HSV(B)205.52º34.12%100%-
XYZ59.2765.69104.16-
YUV207.27154.9499.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.21%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 255 (100% from 255) = 39.78%
R=26.21%
G=34.01%
B=39.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682182550.340.1500205.5210082.94
HexA8DAFF22F00ce6453
Octal250332377421700316144123
Binary1010100011011010111111111000101111001100111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8daff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8daff; }

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

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

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

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

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

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

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

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