#A7DFF9

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

Shades of Columbia Blue #A7DFF9

Tints of Columbia Blue #A7DFF9

Color information

#A7DFF9 (or 0xA7DFF9) is unknown color: approx Columbia Blue. HEX triplet: A7, DF and F9. RGB value is (167,223,249). Sum of RGB (Red+Green+Blue) = 167+223+249=639 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.13% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #A7DFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DFF9 is #582006. Grayscale: #D1D1D1. Windows color (decimal): -5775367 or 16375719. OLE color: 16375719.

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

Color convert

RGB167223249-
CMYK0.330.1000.02
HSL199.02º87.23%81.57%-
HSV(B)199.02º32.93%97.65%-
XYZ59.4267.8399.58-
YUV209.22150.4597.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.13%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 249 (97.66% from 255) = 38.97%
R=26.13%
G=34.90%
B=38.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672232490.330.1000.02199.0287.2381.57
HexA7DFF921A02c75752
Octal247337371411202307127122
Binary10100111110111111111100110000110100101100011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DFF9; }

 p { color: rgb(167,223,249); }

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

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

 a { background-color: rgb(167,223,249); }

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

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

 span { border-color: rgb(167,223,249); }

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