#A1D1FE

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

Shades of Columbia Blue #A1D1FE

Tints of Columbia Blue #A1D1FE

Color information

#A1D1FE (or 0xA1D1FE) is unknown color: approx Columbia Blue. HEX triplet: A1, D1 and FE. RGB value is (161,209,254). Sum of RGB (Red+Green+Blue) = 161+209+254=624 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.80% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D1FE is #5E2E01. Grayscale: #C7C7C7. Windows color (decimal): -6172162 or 16699809. OLE color: 16699809.

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

Color convert

RGB161209254-
CMYK0.370.1800.00
HSL209.03º97.89%81.37%-
HSV(B)209.03º36.61%99.61%-
XYZ55.3960.33102.49-
YUV199.78158.6100.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.80%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=25.80%
G=33.49%
B=40.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612092540.370.1800.00209.0397.8981.37
HexA1D1FE251200d16251
Octal241321376452200321142121
Binary10100001110100011111111010010110010001101000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D1FE; }

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

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

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

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

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

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

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

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