#A4DCFF

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

Shades of Columbia Blue #A4DCFF

Tints of Columbia Blue #A4DCFF

Color information

#A4DCFF (or 0xA4DCFF) is unknown color: approx Columbia Blue. HEX triplet: A4, DC and FF. RGB value is (164,220,255). Sum of RGB (Red+Green+Blue) = 164+220+255=639 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.67% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DCFF is #5B2300. Grayscale: #CFCFCF. Windows color (decimal): -5972737 or 16768164. OLE color: 16768164.

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

Color convert

RGB164220255-
CMYK0.360.1400
HSL203.08º100%82.16%-
HSV(B)203.08º35.69%100%-
XYZ58.9566.3104.3-
YUV207.25154.9597.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.67%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 255 (100% from 255) = 39.91%
R=25.67%
G=34.43%
B=39.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642202550.360.1400203.0810082.16
HexA4DCFF24E00cb6452
Octal244334377441600313144122
Binary1010010011011100111111111001001110001100101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DCFF; }

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

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

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

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

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

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

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

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