#a1d8ff

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

Shades of Columbia Blue #A1D8FF

Tints of Columbia Blue #A1D8FF

Color information

#A1D8FF (or 0xA1D8FF) is unknown color: approx Columbia Blue. HEX triplet: A1, D8 and FF. RGB value is (161,216,255). Sum of RGB (Red+Green+Blue) = 161+216+255=632 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.47% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1D8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D8FF is #5E2700. Grayscale: #CBCBCB. Windows color (decimal): -6170369 or 16767137. OLE color: 16767137.

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

Color convert

RGB161216255-
CMYK0.370.1500
HSL204.89º100%81.57%-
HSV(B)204.89º36.86%100%-
XYZ57.363.91103.92-
YUV204156.7897.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.47%
GREEN value IS 216 (84.77% from 255) = 34.18%
BLUE value IS 255 (100% from 255) = 40.35%
R=25.47%
G=34.18%
B=40.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612162550.370.1500204.8910081.57
HexA1D8FF25F00cd6452
Octal241330377451700315144122
Binary1010000111011000111111111001011111001100110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1d8ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1d8ff; }

 p { color: rgb(161,216,255); }

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

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

 a { background-color: rgb(161,216,255); }

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

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

 span { border-color: rgb(161,216,255); }

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