#A7D9FE

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

Shades of Columbia Blue #A7D9FE

Tints of Columbia Blue #A7D9FE

Color information

#A7D9FE (or 0xA7D9FE) is unknown color: approx Columbia Blue. HEX triplet: A7, D9 and FE. RGB value is (167,217,254). Sum of RGB (Red+Green+Blue) = 167+217+254=638 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.18% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D9FE is #582601. Grayscale: #CECECE. Windows color (decimal): -5776898 or 16701863. OLE color: 16701863.

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

Color convert

RGB167217254-
CMYK0.340.1500.00
HSL205.52º97.75%82.55%-
HSV(B)205.52º34.25%99.61%-
XYZ58.6465103.22-
YUV206.27154.9499.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.18%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=26.18%
G=34.01%
B=39.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1672172540.340.1500.00205.5297.7582.55
HexA7D9FE22F00ce6253
Octal247331376421700316142123
Binary1010011111011001111111101000101111001100111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D9FE; }

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

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

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

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

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

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

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

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