#A7DCFB

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

Shades of Columbia Blue #A7DCFB

Tints of Columbia Blue #A7DCFB

Color information

#A7DCFB (or 0xA7DCFB) is unknown color: approx Columbia Blue. HEX triplet: A7, DC and FB. RGB value is (167,220,251). Sum of RGB (Red+Green+Blue) = 167+220+251=638 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.18% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #A7DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DCFB is #582304. Grayscale: #CFCFCF. Windows color (decimal): -5776133 or 16506023. OLE color: 16506023.

HSL color Cylindrical-coordinate representation of color #A7DCFB: hue angle of 202.14º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7DCFB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167220251-
CMYK0.330.1200.02
HSL202.14º91.3%81.96%-
HSV(B)202.14º33.47%98.43%-
XYZ58.9466.37100.97-
YUV207.69152.4498.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.18%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=26.18%
G=34.48%
B=39.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672202510.330.1200.02202.1491.381.96
HexA7DCFB21C02ca5b52
Octal247334373411402312133122
Binary10100111110111001111101110000111000101100101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCFB; }

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

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

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

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

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

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

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

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