#A8DCFF

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

Shades of Columbia Blue #A8DCFF

Tints of Columbia Blue #A8DCFF

Color information

#A8DCFF (or 0xA8DCFF) is unknown color: approx Columbia Blue. HEX triplet: A8, DC and FF. RGB value is (168,220,255). Sum of RGB (Red+Green+Blue) = 168+220+255=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCFF is #572300. Grayscale: #D0D0D0. Windows color (decimal): -5710593 or 16768168. OLE color: 16768168.

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

Color convert

RGB168220255-
CMYK0.340.1400
HSL204.14º100%82.94%-
HSV(B)204.14º34.12%100%-
XYZ59.7966.73104.34-
YUV208.44154.2799.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.13%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 255 (100% from 255) = 39.66%
R=26.13%
G=34.21%
B=39.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682202550.340.1400204.1410082.94
HexA8DCFF22E00cc6453
Octal250334377421600314144123
Binary1010100011011100111111111000101110001100110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DCFF; }

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

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

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

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

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

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

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

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