#A7DDFC

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

Shades of Columbia Blue #A7DDFC

Tints of Columbia Blue #A7DDFC

Color information

#A7DDFC (or 0xA7DDFC) is unknown color: approx Columbia Blue. HEX triplet: A7, DD and FC. RGB value is (167,221,252). Sum of RGB (Red+Green+Blue) = 167+221+252=640 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.09% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #A7DDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DDFC is #582203. Grayscale: #D0D0D0. Windows color (decimal): -5775876 or 16571815. OLE color: 16571815.

HSL color Cylindrical-coordinate representation of color #A7DDFC: hue angle of 201.88º degrees, saturation: 0.93, 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 #A7DDFC is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167221252-
CMYK0.340.1200.01
HSL201.88º93.41%82.16%-
HSV(B)201.88º33.73%98.82%-
XYZ59.3666.96101.89-
YUV208.39152.6198.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.09%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=26.09%
G=34.53%
B=39.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672212520.340.1200.01201.8893.4182.16
HexA7DDFC22C01ca5d52
Octal247335374421401312135122
Binary1010011111011101111111001000101100011100101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DDFC; }

 p { color: rgb(167,221,252); }

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

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

 a { background-color: rgb(167,221,252); }

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

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

 span { border-color: rgb(167,221,252); }

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