#A7D9FB

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

Shades of Columbia Blue #A7D9FB

Tints of Columbia Blue #A7D9FB

Color information

#A7D9FB (or 0xA7D9FB) is unknown color: approx Columbia Blue. HEX triplet: A7, D9 and FB. RGB value is (167,217,251). Sum of RGB (Red+Green+Blue) = 167+217+251=635 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.30% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #A7D9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D9FB is #582604. Grayscale: #CDCDCD. Windows color (decimal): -5776901 or 16505255. OLE color: 16505255.

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

Color convert

RGB167217251-
CMYK0.330.1400.02
HSL204.29º91.3%81.96%-
HSV(B)204.29º33.47%98.43%-
XYZ58.1664.81100.71-
YUV205.93153.44100.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.30%
GREEN value IS 217 (85.16% from 255) = 34.17%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=26.30%
G=34.17%
B=39.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672172510.330.1400.02204.2991.381.96
HexA7D9FB21E02cc5b52
Octal247331373411602314133122
Binary10100111110110011111101110000111100101100110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D9FB; }

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

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

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

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

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

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

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

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