#A1D3FE

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

Shades of Columbia Blue #A1D3FE

Tints of Columbia Blue #A1D3FE

Color information

#A1D3FE (or 0xA1D3FE) is unknown color: approx Columbia Blue. HEX triplet: A1, D3 and FE. RGB value is (161,211,254). Sum of RGB (Red+Green+Blue) = 161+211+254=626 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.72% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1D3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D3FE is #5E2C01. Grayscale: #C8C8C8. Windows color (decimal): -6171650 or 16700321. OLE color: 16700321.

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

Color convert

RGB161211254-
CMYK0.370.1700.00
HSL207.74º97.89%81.37%-
HSV(B)207.74º36.61%99.61%-
XYZ55.8861.32102.66-
YUV200.95157.9499.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.72%
GREEN value IS 211 (82.81% from 255) = 33.71%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=25.72%
G=33.71%
B=40.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612112540.370.1700.00207.7497.8981.37
HexA1D3FE251100d06251
Octal241323376452100320142121
Binary10100001110100111111111010010110001001101000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D3FE; }

 p { color: rgb(161,211,254); }

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

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

 a { background-color: rgb(161,211,254); }

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

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

 span { border-color: rgb(161,211,254); }

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