#A7D6FD

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

Shades of Columbia Blue #A7D6FD

Tints of Columbia Blue #A7D6FD

Color information

#A7D6FD (or 0xA7D6FD) is unknown color: approx Columbia Blue. HEX triplet: A7, D6 and FD. RGB value is (167,214,253). Sum of RGB (Red+Green+Blue) = 167+214+253=634 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.34% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7D6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D6FD is #582902. Grayscale: #CCCCCC. Windows color (decimal): -5777667 or 16635559. OLE color: 16635559.

HSL color Cylindrical-coordinate representation of color #A7D6FD: hue angle of 207.21º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7D6FD is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167214253-
CMYK0.340.1500.01
HSL207.21º95.56%82.35%-
HSV(B)207.21º33.99%99.22%-
XYZ57.7163.4102.12-
YUV204.39155.43101.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.34%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=26.34%
G=33.75%
B=39.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672142530.340.1500.01207.2195.5682.35
HexA7D6FD22F01cf6052
Octal247326375421701317140122
Binary1010011111010110111111011000101111011100111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D6FD; }

 p { color: rgb(167,214,253); }

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

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

 a { background-color: rgb(167,214,253); }

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

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

 span { border-color: rgb(167,214,253); }

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