#A1D7FE

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

Shades of Columbia Blue #A1D7FE

Tints of Columbia Blue #A1D7FE

Color information

#A1D7FE (or 0xA1D7FE) is unknown color: approx Columbia Blue. HEX triplet: A1, D7 and FE. RGB value is (161,215,254). Sum of RGB (Red+Green+Blue) = 161+215+254=630 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.56% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1D7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D7FE is #5E2801. Grayscale: #CBCBCB. Windows color (decimal): -6170626 or 16701345. OLE color: 16701345.

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

Color convert

RGB161215254-
CMYK0.370.1500.00
HSL205.16º97.89%81.37%-
HSV(B)205.16º36.61%99.61%-
XYZ56.8963.33102.99-
YUV203.3156.6197.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.56%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=25.56%
G=34.13%
B=40.32%

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
Decimal1612152540.370.1500.00205.1697.8981.37
HexA1D7FE25F00cd6251
Octal241327376451700315142121
Binary1010000111010111111111101001011111001100110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D7FE; }

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

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

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

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

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

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

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

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