#A1D2FE

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

Shades of Columbia Blue #A1D2FE

Tints of Columbia Blue #A1D2FE

Color information

#A1D2FE (or 0xA1D2FE) is unknown color: approx Columbia Blue. HEX triplet: A1, D2 and FE. RGB value is (161,210,254). Sum of RGB (Red+Green+Blue) = 161+210+254=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1D2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D2FE is #5E2D01. Grayscale: #C8C8C8. Windows color (decimal): -6171906 or 16700065. OLE color: 16700065.

HSL color Cylindrical-coordinate representation of color #A1D2FE: hue angle of 208.39º 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 #A1D2FE is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB161210254-
CMYK0.370.1700.00
HSL208.39º97.89%81.37%-
HSV(B)208.39º36.61%99.61%-
XYZ55.6360.83102.57-
YUV200.36158.2799.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.76%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=25.76%
G=33.6%
B=40.64%

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
Decimal1612102540.370.1700.00208.3997.8981.37
HexA1D2FE251100d06251
Octal241322376452100320142121
Binary10100001110100101111111010010110001001101000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D2FE; }

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

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

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

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

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

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

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

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