#A8D6FF

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

Shades of Columbia Blue #A8D6FF

Tints of Columbia Blue #A8D6FF

Color information

#A8D6FF (or 0xA8D6FF) is unknown color: approx Columbia Blue. HEX triplet: A8, D6 and FF. RGB value is (168,214,255). Sum of RGB (Red+Green+Blue) = 168+214+255=637 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.37% from 637); Green value is 214 (83.98% from 255 or 33.59% 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 #A8D6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D6FF is #572900. Grayscale: #CCCCCC. Windows color (decimal): -5712129 or 16766632. OLE color: 16766632.

HSL color Cylindrical-coordinate representation of color #A8D6FF: hue angle of 208.28º 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 #A8D6FF is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168214255-
CMYK0.340.1600
HSL208.28º100%82.94%-
HSV(B)208.28º34.12%100%-
XYZ58.2563.64103.82-
YUV204.92156.26101.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.37%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 255 (100% from 255) = 40.03%
R=26.37%
G=33.59%
B=40.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682142550.340.1600208.2810082.94
HexA8D6FF221000d06453
Octal250326377422000320144123
Binary10101000110101101111111110001010000001101000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D6FF; }

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

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

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

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

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

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

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

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