#A1DFF7

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

Shades of Columbia Blue #A1DFF7

Tints of Columbia Blue #A1DFF7

Color information

#A1DFF7 (or 0xA1DFF7) is unknown color: approx Columbia Blue. HEX triplet: A1, DF and F7. RGB value is (161,223,247). Sum of RGB (Red+Green+Blue) = 161+223+247=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #A1DFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DFF7 is #5E2008. Grayscale: #CFCFCF. Windows color (decimal): -6168585 or 16244641. OLE color: 16244641.

HSL color Cylindrical-coordinate representation of color #A1DFF7: hue angle of 196.74º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1DFF7 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB161223247-
CMYK0.350.1000.03
HSL196.74º84.31%80%-
HSV(B)196.74º34.82%96.86%-
XYZ57.8767.0797.89-
YUV207.2150.4695.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.52%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 247 (96.88% from 255) = 39.14%
R=25.52%
G=35.34%
B=39.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1612232470.350.1000.03196.7484.3180
HexA1DFF723A03c55450
Octal241337367431203305124120
Binary10100001110111111111011110001110100111100010110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFF7; }

 p { color: rgb(161,223,247); }

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

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

 a { background-color: rgb(161,223,247); }

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

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

 span { border-color: rgb(161,223,247); }

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