#A8DFF6

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

Shades of Columbia Blue #A8DFF6

Tints of Columbia Blue #A8DFF6

Color information

#A8DFF6 (or 0xA8DFF6) is unknown color: approx Columbia Blue. HEX triplet: A8, DF and F6. RGB value is (168,223,246). Sum of RGB (Red+Green+Blue) = 168+223+246=637 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.37% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #A8DFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DFF6 is #572009. Grayscale: #D1D1D1. Windows color (decimal): -5709834 or 16179112. OLE color: 16179112.

HSL color Cylindrical-coordinate representation of color #A8DFF6: hue angle of 197.69º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8DFF6 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168223246-
CMYK0.320.0900.04
HSL197.69º81.25%81.18%-
HSV(B)197.69º31.71%96.47%-
XYZ59.1767.7597.15-
YUV209.18148.7898.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.37%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 246 (96.48% from 255) = 38.62%
R=26.37%
G=35.01%
B=38.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682232460.320.0900.04197.6981.2581.18
HexA8DFF620904c65151
Octal250337366401104306121121
Binary101010001101111111110110100000100101001100011010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DFF6; }

 p { color: rgb(168,223,246); }

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

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

 a { background-color: rgb(168,223,246); }

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

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

 span { border-color: rgb(168,223,246); }

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