#A7D8FB

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

Shades of Columbia Blue #A7D8FB

Tints of Columbia Blue #A7D8FB

Color information

#A7D8FB (or 0xA7D8FB) is unknown color: approx Columbia Blue. HEX triplet: A7, D8 and FB. RGB value is (167,216,251). Sum of RGB (Red+Green+Blue) = 167+216+251=634 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.34% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #A7D8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D8FB is #582704. Grayscale: #CDCDCD. Windows color (decimal): -5777157 or 16504999. OLE color: 16504999.

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

Color convert

RGB167216251-
CMYK0.330.1400.02
HSL205º91.3%81.96%-
HSV(B)205º33.47%98.43%-
XYZ57.964.29100.62-
YUV205.34153.77100.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.34%
GREEN value IS 216 (84.77% from 255) = 34.07%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=26.34%
G=34.07%
B=39.59%

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
Decimal1672162510.330.1400.0220591.381.96
HexA7D8FB21E02cd5b52
Octal247330373411602315133122
Binary10100111110110001111101110000111100101100110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D8FB; }

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

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

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

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

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

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

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

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