#A7DCFF

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

Shades of Columbia Blue #A7DCFF

Tints of Columbia Blue #A7DCFF

Color information

#A7DCFF (or 0xA7DCFF) is unknown color: approx Columbia Blue. HEX triplet: A7, DC and FF. RGB value is (167,220,255). Sum of RGB (Red+Green+Blue) = 167+220+255=642 (85% of max value = 765). Red value is 167 (65.62% from 255 or 26.01% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DCFF is #582300. Grayscale: #CFCFCF. Windows color (decimal): -5776129 or 16768167. OLE color: 16768167.

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

Color convert

RGB167220255-
CMYK0.350.1400
HSL203.86º100%82.75%-
HSV(B)203.86º34.51%100%-
XYZ59.5866.62104.33-
YUV208.14154.4498.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.01%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 255 (100% from 255) = 39.72%
R=26.01%
G=34.27%
B=39.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672202550.350.1400203.8610082.75
HexA7DCFF23E00cc6453
Octal247334377431600314144123
Binary1010011111011100111111111000111110001100110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCFF; }

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

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

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

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

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

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

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

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