#A1D4FF

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

Shades of Columbia Blue #A1D4FF

Tints of Columbia Blue #A1D4FF

Color information

#A1D4FF (or 0xA1D4FF) is unknown color: approx Columbia Blue. HEX triplet: A1, D4 and FF. RGB value is (161,212,255). Sum of RGB (Red+Green+Blue) = 161+212+255=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1D4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D4FF is #5E2B00. Grayscale: #C9C9C9. Windows color (decimal): -6171393 or 16766113. OLE color: 16766113.

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

Color convert

RGB161212255-
CMYK0.370.1700
HSL207.45º100%81.57%-
HSV(B)207.45º36.86%100%-
XYZ56.2961.88103.59-
YUV201.65158.199-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.64%
GREEN value IS 212 (83.20% from 255) = 33.76%
BLUE value IS 255 (100% from 255) = 40.61%
R=25.64%
G=33.76%
B=40.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612122550.370.1700207.4510081.57
HexA1D4FF251100cf6452
Octal241324377452100317144122
Binary10100001110101001111111110010110001001100111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D4FF; }

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

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

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

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

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

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

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

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