#A1D8FE

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

Shades of Columbia Blue #A1D8FE

Tints of Columbia Blue #A1D8FE

Color information

#A1D8FE (or 0xA1D8FE) is unknown color: approx Columbia Blue. HEX triplet: A1, D8 and FE. RGB value is (161,216,254). Sum of RGB (Red+Green+Blue) = 161+216+254=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D8FE is #5E2701. Grayscale: #CBCBCB. Windows color (decimal): -6170370 or 16701601. OLE color: 16701601.

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

Color convert

RGB161216254-
CMYK0.370.1500.00
HSL204.52º97.89%81.37%-
HSV(B)204.52º36.61%99.61%-
XYZ57.1463.84103.08-
YUV203.89156.2897.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.52%
GREEN value IS 216 (84.77% from 255) = 34.23%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=25.52%
G=34.23%
B=40.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612162540.370.1500.00204.5297.8981.37
HexA1D8FE25F00cd6251
Octal241330376451700315142121
Binary1010000111011000111111101001011111001100110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D8FE; }

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

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

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

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

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

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

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

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